MyBB Community Forums

Full Version: Page Number Text Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where would I go to change this white color?
[Image: pagenumbercolor.jpg]
ACP - Themes - Modify/Delete - -yourTheme- [Edit Theme Style] - Active Breadcrumb Item (Customized in this style)
LeX- Wrote:ACP - Themes - Modify/Delete - -yourTheme- [Edit Theme Style] - Active Breadcrumb Item (Customized in this style)

I changed them to black but it didn't change the color of the page numbers, just the navigation links for the Forum Name/Category/Forum.
ok =P
Then it should be this in your Additional CSS box
.pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}
LeX- Wrote:ok =P
Then it should be this in your Additional CSS box
.pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}
Thanks, that worked Big Grin
One more question where would I go to change the Inline Thread Moderation text color?