Dropdown Category Background Color Change Problem
-
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
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