Active Color for Navigation
This support request was posted in Smart by wtf2000
- wtf2000 August 1, 2017 at 10:52 am
Hello there,
i’m looking for an easy way to make the navigation on the left side of your theme to work with an active-status … meaning: the normal navigation-font-color is grey, the rollover-color is green and once it is clicked it should stay green. Is there an easy way to do this?
I couldn’t find anything in the theme options …Thanks in advance and greetings from Germany
MarekP.S.: I’m using the “Smart”-Theme with the “Architecture”-Demo.
Juanfra Aldasoro August 1, 2017 at 11:18 amHi,
Thanks for writing, I hope you are doing well.
You are right, we’ll be adding this option for the upcoming versions.
In the meantime you can add the following CSS:
#header-inner #main-nav > .menu-item.current-menu-item > a, #header-inner #main-nav > .menu-item.current_page_item > a, #header-inner #main-nav > .menu-item > a:hover { color: red !important; }
You can change the value “red” with any hexadecimal or any CSS color value.
To add custom CSS you need to go to “Appearance > Customize > Additional CSS”
Best,
Juan.Juanfra Aldasoro August 1, 2017 at 11:27 amHi Marek,
Thanks a lot 🙂
Our goal is to bring you the best support experience.
Have a nice day,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.