Home Forums WoodMart support forum Change Color for Sub Menu List

Change Color for Sub Menu List

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #272464

    shawnxign
    Participant

    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.
    #272467

    shawnxign
    Participant

    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.
    #272534

    Hello,

    Please provide the page URL I will provide this selector.

    Best Regards

    #272554

    shawnxign
    Participant

    Hi here is the URL.

    #272695

    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

    #272941

    shawnxign
    Participant

    Is this for the Global CSS settings or under Advanced Typography?

    #273037

    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

Viewing 7 posts - 1 through 7 (of 7 total)