Hi, I know how to change the overall accent color, however how do I change solely the Navigation Typography Roll over color?
I poked around in the code, but couldnt figure it out.
Thanks so much
Hello Marcos,
Thanks for writing. Please try the following CSS:
#navigation .nav > li:hover a, #navigation .nav > li.current_page_item a, #navigation .nav > li.current-menu-item a, #navigation .nav > li.sfHover{ color: #your-hex-color !important; }
Replace #your-hex-color with the hexadecimal value of the color you would like to use.
Best,
Juan.
Wow, thanks Juan for the quick response. IT WORKED!
This being my first time using wordpress, I am really glad Im using this theme, cause Im learning everything from these forums.
Hi Marcos,
Thanks 🙂 Have a great day.
Juan.