Home Forums WoodMart support forum How to change the background color of mobile sub menu?

How to change the background color of mobile sub menu?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #344678

    Candice
    Participant

    Hi,

    How can I change the background color of mobile sub menu after click the arrow button? Thanks.

    Attachments:
    You must be logged in to view attached files.
    #344708

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    ul.wd-sub-menu {
    background-color: grey;
    }

    Best Regards

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