Tagged: Font-color, submenu
Hi support team,
how can i modify the current selected font color of a submenu? Is there a quick css trick for that?
Thanks for helpig
Hi dondela!
Try adding this to your custom CSS.
.current-menu-item > a > .avia-menu-text {
color: red !important;
}
Best regards,
Elliott
Hi Elliot,
thanks for helping. I tried this, but nothing changed?
Hey!
Elliott’s code should work fine. Can you please post the link to your website so we can look into it?
Please make sure to disable CSS minifying feature if you are using and flush browser cache after making styling changes
Regards,
Yigit
Hey!
Please try adding following code to Quick CSS
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
color: red;
}
Cheers!
Yigit
Hi Yigit,
thanks for helping. i tried this but still nothings change, hm…
Hi!
Add this as well.
.current-menu-parent > a > .avia-menu-text {
color: red !important;
}
That will make the top level links red when your viewing a child page.
Cheers!
Elliott
Thanks for helping.
But my current-submenu-color does not change? It seems to be tricky…
Thanks for helping.
But my current-submenu-color does not change? It seems to be tricky…
Hi!
I checked your source code and I see this.
.current-menu-item > a > .avia-menu-text {
color: red !important;
}
But the code in my previous post is a bit different. Are you sure you have it in there?
Go ahead and send us a WordPress login if your still having problems.
Regards,
Elliott
Hey!
You can try this:
#top .header_color .main_menu .menu ul .current_page_item > a {
color: red;
}
Cheers!
Ismael
Hey!
You had a missing closing curly bracket in your Quick CSS field. I closed it and codes are working fine. Please review your website
Regards,
Yigit
Hi Yigit,
thank you so much!
As always: World class support!