How to change the menu text colors in Joomla 1.53

  • dlynn87
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 5 months ago #9665 by dlynn87
I have looked around the template.css file and it is currently set to #fff which is black, i have set that to the color i want and it is still black. Can anyone tell me what i may be missing?

Thanks

Please Log in to join the conversation.

More
13 years 5 months ago #9679 by ivan.milic
Put your css on some place whre it will not be overridden by other rule. Good place is bottom of template_css.css or extreme - put css block in head section of page - <style type="text/css" > ...</style> block just before </head> in index.php of template. (just copy css you want to that place - no mater if it be on to places , last one read wins)

Also you can add !important; flag to css property:

.mycssclass{
background-color:#aaaaaa!important;
}

Please Log in to join the conversation.

Time to create page: 0.144 seconds
Powered by Kunena Forum