Home › Forums › Gillion Theme › Active Menu Items When Using Dynamic Content in Mega Menu
Home › Forums › Gillion Theme › Active Menu Items When Using Dynamic Content in Mega Menu
Hi,
I’m using the clean template from the Gillion WP theme.
When I’m using the mega menu with dynamic content, the parent menu item is not active when browsing its child items. How can that be fixed?
Thanks!
Hi @amir.caspi,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Sure, https://blog.lumenis.com/aesthetics/
Thanks!
Solution for this topic
You can fix it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-header .sh-nav > li.menu-item.current-menu-parent > a { color: #fff; }
It did the trick.
Thank you very much!
You are most welcome here 🙂