Categories in page title – dropdown colour
-
How do you change the background colour of drop down menus that appear on the ‘Categories in page title’ feature on product category pages?
Attachments:
You must be
logged in to view attached files.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :)
.
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.
.color-scheme-light .woodmart-product-categories .children {
background-color: rebeccapurple;
}
Regards.
Xtemos Studios.