Home Forums WoodMart support forum WoodMart Color theme dark – quick view should be light

WoodMart Color theme dark – quick view should be light

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205117

    bgerbert
    Participant

    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.
    #205172

    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

Viewing 2 posts - 1 through 2 (of 2 total)