Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  4,935
    Michael replied

    Hi,

    please use this CSS:

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