How do I change the bottom menu text link color?

  • maduro
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
8 years 8 months ago #45892 by maduro
I changed the bottom menu bar background color to a different shade of blue, now I need to change the text link color but not the hovered color.
Please advise.

Please Log in to join the conversation.

More
8 years 8 months ago #45893 by nikola.mihajlovic
Hello,

please add this:
Code:
.mnu_topmenu > li > a, .mnu_topmenu > li.active > a{ color: #ffffff!important; }
to bottom of template_css.css which is located under your template_folder/css. You should change color, and change class too if is different on your site (for "mnu_topmenu"). This code is for changing link color for menu items, active and not active. If you want active to have other color, add this code too:
Code:
.mnu_topmenu > li.active > a{ color: #000000!important; }

Regards

Please Log in to join the conversation.

  • maduro
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
8 years 8 months ago #45894 by maduro
This code is only affecting the top menu. The link colors I would like to change is the footer menu located inside .footerrow
Thanks

Please Log in to join the conversation.

More
8 years 8 months ago #45895 by nikola.mihajlovic
Hello again,
so use this code:
Code:
.mnu_footermenu> li > a, .mnu_topmenu > li.active > a{ color: #ffffff!important; }

as I explained above.

Regards

Please Log in to join the conversation.

Time to create page: 0.273 seconds
Powered by Kunena Forum