Change Color for Sub Menu List
-
Hi, how do I create a custom selector under advanced typography to change color of the Sub Menu List?
Attachments:
You must be
logged in to view attached files.
I have these CSS rules on my custom selector, but it still does not work. The color does not change fully.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL I will provide this selector.
Best Regards
Hello,
Here is the selector:
body .navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a {
color: #777;
}
If you have any questions please feel free to contact us.
Best Regards
Is this for the Global CSS settings or under Advanced Typography?
Hello,
You can take this selector body .navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a
and use it in the Advance typography as the custom selector.
Alternatively, you can insert this custom code to the Theme Settings > Custom CSS > Global:
body .navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a {
color: #777;
}
Best Regards