Cart icon

Allen January 16, 2022 at 9:14 pm

I have not been able to figure out how to edit the color of the background on the shop pages. My home page has various colors and the cart logo shows up white background no matter what. I tried to edit the SVG file but same result. How can I have the shopping logo in this theme either be transparent or white when in the actual store when dark mode is turned on ? I have not seen any settings. Thanks

Replies (2)

  1. Allen January 16, 2022 at 9:14 pm

    I have not been able to figure out how to edit the color of the background on the shop pages. My home page has various colors and the cart logo shows up white background no matter what. I tried to edit the SVG file but same result. How can I have the shopping logo in this theme either be transparent or white when in the actual store when dark mode is turned on ? I have not seen any settings. Thanks

  2. Allen January 16, 2022 at 9:26 pm

    or how i can implement the icons to be on top of the images like they are in own shop vs own store.

  3. Spiracle Themes January 17, 2022 at 8:05 am

    Hi Allen

    Thanks for reaching out
    Please try the following. CSS

    .woocommerce ul.products li.product .product_type_simple, 
    .woocommerce-page ul.products li.product .product_type_simple {
        background: #333333 url(https://whispersofappalachia.com/wp-content/themes/own-shop/img/cart-hover.svg) no-repeat scroll center !important;
        background-color: transparent;
        background-size: 20px !important;
    }
    
    section.related.products h2 {
        color: #9a9a9a;
    }

    Copy & Paste it in Appearance -> Customize -> Additional CSS

    Let us know if this works for you

    Best Regards

Post a Reply

Reply To: Cart icon
Your information: