Home Forums WoodMart support forum Dropdown Category Background Color Change Problem

Dropdown Category Background Color Change Problem

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

    rakybalboa
    Participant

    Hello,

    I am just editing woodmart demo for my website but I couldn’t find how to change dropdown category menu background color change. There was another post and this code was there. I tried it on them settings-> custom css-> global. But no luck!

    body .color-scheme-light .woodmart-product-categories .children {
        background-color: red;
    }

    I add a screenshot of the div and class featrues.

    Thanks in advance. Good day

    #285502

    Hello,

    I saw the screenshot you attached.

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

    .wd-nav-vertical {
        background: red;
    }

    Regards.
    Xtemos Studios

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