Hi I have implemented your code that I find here https://kriesi.at/support/topic/sidebar-navigation-highlight-anchor-when-user-scrolls/ but i dont understand the part what class do I need to change it is name
Hey Uroš,
What exactly is not working for you? Please post a link to your site so that we can have a closer look.
Best regards,
Rikard
Ok here is the link http://draglet-test.onlinebusiness.cc/shop-overview/ on scrolling it is not highlighting submeni
Hey guys, can you please help?
i need correct id or class for full submenu so i can make items highlighted when user is scrolling to specific section
Hi,
use this code inside Quick CSS field:
strong.submenu:hover {
color: red;
}
Best regards,
Andy