Hi
I’d like to change the color of the main navigation text color. I acctually could change the color of the hover but the current color not.
It’s allways the same defalt gray. I was searching for a solution in the support forum found this, see below, but doesn’t changed anything.
.custom-menu-text { color: #21120d; font-weight: bold; }
Thank you
Btina
Hi Btina!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
color: red;
}
Cheers!
Yigit
Hi Yigit
In that case you send me the right HTML but acctually I wasen’t telling you the correct thing that I want to recolor ;).
I trie it from the other side: I mean the color who is not active on the navbar.
It is colored with the defalt grey #80808.
Sorry for that!
Btina
Here I send you also an printscreent for better undersanding ;)
You can download it here: http://we.tl/TBoxpUwF6c
Thank you!
Hi!
Thank you for the screenshot!
1- Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .social_bookmarks li a { color: red; }
Regards,
Yigit
Wow that worked fine!
You always know the answer :)
I was also supportet from you by the bluediamond Theme – aprechiate you’re support!
Thank you again!