‘Header dropdowns dark’ custom color
-
Hi, how can I set a custom ‘Header dropdowns dark’ color? I would like it to remain dark, just a different color. Thanks.
-
This topic was modified 3 years, 3 months ago by
mrtnz.
Attachments:
You must be
logged in to view attached files.
Hello,
This is possible to change with custom CSS. Please let us know if you need help and provide the page URL.
If you have any questions please feel free to contact us.
Best Regards
I need to change this background color in the cart dropdown:
-
This reply was modified 3 years, 3 months ago by
mrtnz.
-
This reply was modified 3 years, 3 months ago by
mrtnz.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-side-hidden.wd-opened {
background-color: #171717;
}
.product_list_widget>li .wd-entities-title,
.cart-widget-side .woocommerce-mini-cart .remove,
.wd-action-btn.wd-style-text>a,
.wd-heading .title {
color: #ffffff;
}
Best Regards