Home › Forums › WoodMart support forum › Dark theme settings › Reply To: Dark theme settings
March 25, 2021 at 10:55 am
#276230
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached.
1) Please try using the following Custom CSS for that.
.wd-action-btn.wd-add-cart-btn>a:before {
color: black;
}
.wd-action-btn.wd-wishlist-btn>a:before {
color: black;
}
.wd-action-btn.wd-quick-view-btn>a:before {
color: black;
}
2) Please try adding the following Custom CSS for that.
.woodmart-tltp span.woodmart-tooltip-label, div.tooltip-inner {
background: white;
color: black;
}
3) Please try adding the following Custom CSS for that.
.woodmart-more-desc-inner {
color: black;
}
4) Please try adding the following Custom CSS for that.
.woodmart-products-per-page .per-page-title {
color: white;
}
.woodmart-products-per-page .per-page-variation {
color: white;
}
.woodmart-products-shop-view .shop-view svg {
fill: white !important;
}
.woodmart-filter-buttons .open-filters {
color: white;
}
.woodmart-filter-buttons .open-filters:after, .woodmart-filter-buttons .open-filters:before {
background-color: white;
}
.widget_price_filter .price_slider_amount .price_label {
color: white;
}
.widget_price_filter .price_slider_amount .price_label>span {
color: white;
}
Regards.
Xtemos Studios