Okay
  Public Ticket #2210636
Woocommerce Cart Image on Home page
Closed

Comments

  •  1
    tara started the conversation

    On the home page, there is a small image that pops up when you hover over the cart icon when there's something in the cart.  It has a background currently that is black, can you please tell me how to change it to match my site colors?

    Thanks you!

  •  3,023
    Andrew replied

    Hi there,

    Could you try and use this CSS:

    #header-outer .widget_shopping_cart .cart_list li{
        background-color:white !important;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Hope this helps. 

  •  1
    tara replied

    Thanks Andrew that worked, although now I have what looks to be a black highlight over the price & x in the right corner... see the attached screenshot.  


  •   Andrew replied privately
  •  1
    tara replied

    Thanks Andrew, it seems to have fixed itself.