MyBB Community Forums

Full Version: change font color on menu top_links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how would 1 set menu top_links text color to lime using vienna theme
First Goto
Home » Themes » Khan Theme » Editing global.css
Edit Stylesheet: Advanced Mode

And Find
#logo ul.top_links

Change Color Code You Want
This is a theme issue. Without knowledge of the css of this theme, this question is difficult to answer without guessing.
Either look for top_links in your global.css, or ask a Staff member to move this to Theme Support.
so are u just saying add color:#00ff00 to
#logo ul.top_links {
font-weight: bold;
text-align: right;
margin: -10px 5px 0 0;

}

ie
#logo ul.top_links {
font-weight: bold;
text-align: right;
margin: -10px 5px 0 0;
color:#00ff00;
}
Just try it, perhaps you get the green light Big Grin .

Don't forget to refresh your page (Ctrl F5) and to reload caches (AdminCP -> Tools & Maintenance -> Cache Maneger -> Rebuild & Reload All).