Home Forums WoodMart support forum How to change the Background color of the dropdown category menu

How to change the Background color of the dropdown category menu

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

    zainokab1
    Participant

    Hi,
    How to change the Background color of the dropdown category menu which is on shop page. As you can see it is black color right now i want to change it to a different color.

    Thanks.

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

    Hung Pham
    Keymaster

    Hi zainokab1,

    Thanks for reaching to us and appreciate your patience.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-nav-product-cat .wd-dropdown{
        background-color: #fff;
    }

    Regards,

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