Home New Guten Forums WoodMart support forum change css color

change css color

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

    Nicosa
    Participant

    Hello,

    I would like to change the background by hovering over the product categories see photo, I put .wd-dropdown {
    background-color: #55b6e4 (–bgcolor-white);
    }
    but it doesn’t work…

    It’s a shame not to have the complete list of selectors to modify: we could modify the css color and others more easily, you know a table with all the selectors corresponding to the theme and can be personalized according to the projects

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

    Hello,

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

    ul.children.wd-dropdown {
        background: #55b6e4;
    }

    Best Regards

    #399914

    Nicosa
    Participant

    Thank you for your reactivity, it is very pleasant this support.

    Good day to you

    #399916

    Hello,

    You are Most Welcome.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘change css color’ is closed to new replies.