Home Forums WoodMart support forum Change background color of Category dropdown

Change background color of Category dropdown

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #359858

    arifan93
    Participant

    Hello there,
    i am trying to add the above code to the global css code to my site plus i have tried changing the values according to my site’s code but i am unable to change background of dropdown menu on hover. i am attaching the link for old site and new site
    link of old site hover:
    https://jmp.sh/Aik4uyY
    and below are the screenshot for the new site

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

    Hello,

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

    .wd-nav-vertical > li {
    background-color:orange;
    }
    body .wd-nav-vertical > li:hover > a {
    background-color:red;
    }

    Best Regards

    #360076

    arifan93
    Participant

    thank you so much. works great

    #360233

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Change background color of Category dropdown’ is closed to new replies.