Hello. I have a custom active state for one of my widget menus that is also being applied to my footer widget navigation on the homepage ( but only on the homepage for some reason) which I do not want. I created a custom ID (#portfoliocontainer) but the active state is still showing on both navigations. Could someone please help me with how I can isolate the active state to the widget nav that is on the “goettsch partners” page?
Hey!
Change your code to:
#portfolionavcontainer .widget_nav_menu ul:first-child>.current-menu-item>a{
border-left: 3px solid #a87a34 !important;
color:#a87a34 !important;
background: none !important;
font-weight: normal !important;
padding-left: 15px !important;
}
Best regards,
Josue
Worked great! You’re amazing Jose! Thank you so much.
You are welcome, glad to help :)
Regards,
Josue