when i have selected one sub menu then all sub menus are going red in that section. but i have selected one. please check the screenshot for better understanding and help me to solve it.
Try adding the following CSS to Custom CSS this should fix your issue:
.oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav li.current_page_ancestor>a,
.oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav ul li.current-menu-parent>a {
color: #dd1f26;
}
.oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav ul li.current-menu-parent ul li a {
color: #888888 !important;
}
.oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav ul li.current-menu-parent ul li.current-menu-item a {
color: #dd1f26 !important;
}
hi,
thank you for your great support.
when i have selected one sub menu then all sub menus are going red in that section. but i have selected one. please check the screenshot for better understanding and help me to solve it.
thank you
Hi there,
Try adding the following CSS to Custom CSS this should fix your issue:
Best regards,
Laborator Team