Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #3827913
Change default cart icon color
Closed

Comments

  • agenziasitowebstudio started the conversation

    Hi,


    If possible I would like to change the color of the cart icon,
    from red to blue. I noticed that if I apply the color change on the cart icon it also happens on the wishlist icon.

    As an exception, could you tell me the code that I have to insert in the custom css file?

    To understand which icon I would like to attach:

    https://ransrl.it/pesce/
    https://prnt.sc/AAM-eMhNKmcy

    Thanks,
    Pinella

  •  5,055
    Michael replied

    Hi,

    please use this CSS:

    span.simple-type-button.cart.icon i {
        color: blue !important;
    }