Okay
  Public Ticket #2816095
Cart In Nav Style
Closed

Comments

  •  7
    Max started the conversation

    Hello,

    Iwould like to know if it could be possible to change the color of the buttons in the cart menu and the color of the circle for the number of products in the cart...
    https://www.ichigoichi-e.com/produit/veste-haori-vintage-noire/

    T
    hanks a lot

  •  1,878
    Judith replied

    Hi Max,

    Thanks for keeping in touch,

    Please try this CSS:

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
        background: #d61717 !important;
    }
    body.material #header-outer a.cart-contents .cart-wrap span {
        background: red !important;
    }

    Thanks.

  •  7
    Max replied

    Thank you Judith!!