How can I change the color and size of my website's cart and customer icon?

Hello,

I need help with changing the color and increasing the size of the cart and the customer icon.

Here is the link to my website: https://wowberrybites.com/

Thank you for your time and help in adavance

@winnado11

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css->paste below code at the bottom of the file.
.header__icon {
    color: #ac3834;
}
1 Like

Hi @winnado11 ;

You can add this to your theme.css file under your Asset folder. You can change the size and the fill color

.header__icon .icon {
    height: 3rem !important;
    width: 3rem !important;
    fill: red !important;
}
1 Like

@made4Uo @KetanKumar Thank you!

1 Like

@winnado11

its my pleasure to help us