MyBB Community Forums

Full Version: Afreah Ocean - change color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi...
I edited Afresh ocean but i cant find where to change color of private meseges

look

[Image: 307n8rb.jpg]

How to change font color of this...
Edit the .smalltext class color in your global.css file.
i found .smalltext in global.css

it is says

.smalltext {
         
font-size: 11px;
        
}
There is no collor just this
Then change the body color to what ever you want and copt/paste that color into the smalltext class.
.smalltext {
         
color: #000;
font-size: 11px;
        
}

I write it like this and it don't turn to black...
.upper_panel or .lower_panel in global.css