MyBB Community Forums

Full Version: Change The Color Of "Pages ()"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone,

I was wondering how I could go about changing the text color of the Pages(14): from black to white and how I can change the blue border around the boxes to black.

[Image: Ln5v6.jpg]

Thanks in advance,

Fruit Juice
Navigation in global.css
(2011-07-16, 02:12 AM)Solidus Wrote: [ -> ]Navigation in global.css

Could you be a bit more specific? I'm fairly new to this.
Templates & Style > Theme > Your Theme > global.css
Then find .navigation and change the color and background properties.
(2011-07-16, 02:16 AM)Solidus Wrote: [ -> ]Templates & Style > Theme > Your Theme > global.css
Then find .navigation and change the color and background properties.

Unfortunately I tried editing everything related to .navigation and I couldn't get the blue borders around the page numbers to change colors.

Any other ideas?
in global.css find below code and change #81A2C4; to #0000ff;
.pagination a {
    border: 1px solid #81A2C4;
}

AND at the bottom of global.css add below code
.pages  {color:white !important;}

SAVE global.css AND hard refresh your forums pages

Oh yea, I got them mixed up again.