Okay
  Public Ticket #3016586
background color of ajax cart
Closed

Comments

  •  1
    puregoldwebmaster started the conversation

    Dear Support,

    how can I change the background color of the Ajax cart, my button color is blue so as the cart background...
    Thanks,

    Hanna

  •  2,958
    Andrew replied

    Hi there,

    Use the following CSS

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

    Thanks.