WoodMart Color theme dark – quick view should be light
-
Hello,
the color theme is selected dark, but I want to show the quick view in light. When I change the background to white all the fonts are also white. Is there any possibilty to change the quick view in light theme with white background and dark fonts.
Thanks for help
Best regards Barbara
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .popup-quick-view .entry-summary {
background-color:red;
}
body .popup-quick-view .entry-summary .entry-title a{
color:black;
}
body .popup-quick-view .product-image-summary .woocommerce-product-details__short-description {
color:black;
}
body .popup-quick-view .product-image-summary .quantity input{
color:black;
}
.woodmart-dark .popup-quick-view button.mfp-close:after {
color:black;
}
body .popup-quick-view .product_meta> span {
color: black;
}
body .popup-quick-view .product_meta> span a {
color: black;
}
body .popup-quick-view .product-share .share-title {
color: black;
}
body .popup-quick-view .woodmart-social-icon i,
body .popup-quick-view .woodmart-social-icon i:hover {
color: black;
}
body .popup-quick-view .amount {
color: black;
}
Best Regards