Hello kriesi supporters,
I’m facing a problem with the following website: http://www.productfotografie-den-haag.nl
When you visit the website; all the inactive links from the menu are grey. (#808080)
But also the active link (home) is grey. But I want active links to be blue-ish (#257b7c).
How can I make that happen?
When u scroll down the page, you see how I want it to work. That is how I like it.
But I’m facing a problem there to; you can see that the active links work. But also that HOME remains active all the time.
Can I fix that?
So:
– When at the top of the page: active link = #257b7c & inactive = #808080
– When scrolling down: active link = #257b7c & inactive = #808080
Hope you can help me, thanks in advance.
Anyone? :)
Hi,
Sorry for the late response. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a .avia-menu-text {
color: #808080 !important;
}
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li.current-menu-item > a .avia-menu-text {
color: #257b7c !important;
}
Hope this helps.
Best regards,
Nikko
Thanks for your response Nikko, Your solution worked partially!
Only thing left is: HOME is still blue (active), when scrolling down the page.
Do you understand my problem?
Greetings.
Hi @ernaborbas,
Thanks for the feedback, could you try changing the anchor of the home link from #top to #welcome under Appearance->Menus to see if that works?
Best regards,
Rikard
That worked! So with both of your replies; my problem is fixed!
Thanks guys!