Hi,
I’ve struggled for hours, read the related 15 januari post from Ismael, but can’t figure it out….
On http://janvanderplasfotografie.nl/projecten/gitaren-van-hans I would like the main menu (projecten) remain highlighted.
Tried also things like this:
.current_page_item.current-menu-ancestor.current-menu-parent > a {
color: green !important;
}
Am I close?
Jan
Hi janvanderplas!
Can you enable right click on your website so we can inspect elements to provide you an accurate custom CSS code?
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#menu-item-3046 > a {
color: #98bf0d;
}
Regards,
Yigit
Hi!
Thank you for using the theme. I hope you’re doing well today.
You don’t have a sub-menu when I checked the website. Please remove this code:
#menu-item-3046 > a {
color: #98bf0d;
}
This will force the “projecten” menu item to be highlighted even if it’s not the active page.
Best regards,
Ismael