-
AuthorPosts
-
December 8, 2016 at 11:35 pm #722249
Hi!
First of all I’ve got to say how happy I am about Enfold!
I am struggling a bit with the text color of the main menu, as all of the items, except the active menu item, does exactly what i wanted it to, change the color from white to black as i scroll down. Could I make the active menu item do this as well? It currently stays white, which makes it barely visible as the pages throughout the site mainly are white as well.
If this issue has already been solved in another thread, then I’m sorry and would love a link to there! :)
Thank you so much in advance!
December 12, 2016 at 8:08 pm #723336Hey!
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.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: black; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitDecember 12, 2016 at 10:45 pm #723425Amazing – it works!
But only when inserted in quick css – not when i use it in my childthemes style.css :(
Is there a specific reason why that may be? :)
Could you perhaps assist me with the right class i should edit to make the hover-color turn to a dark grey (perhaps same as the underline?) instead of white as well?
Thank you so, so much!
Best regards,
MartinDecember 14, 2016 at 3:23 pm #724305Hi,
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” hover state and set their color to “#999999” :)
We need to login to your site to check why style.css is not working. If you do not mind, please post temporary admin logins here privately
Best regards,
YigitDecember 14, 2016 at 11:19 pm #724634Regarding the hover-color; makes good sense – thank you!
And after I updated both enfold and WP-core to the latest releases earlier today the style.css went properly through, and I no longer need to keep the code snippet in quick-css: it all works flawlessly!
Thank you so much again!
Best regards,
MartinDecember 14, 2016 at 11:31 pm #724639Hey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Menu item text color’ is closed to new replies.