Cart icon

This topic is empty.

Viewing 2 reply threads
  • Author
    Posts
    • #2646


      Allen
      Guest

      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

    • #2647


      Allen
      Guest

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

    • #2650


      Spiracle Themes
      Guest

      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

Viewing 2 reply threads

Reply To: Cart icon

Your information:




Cancel