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
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
yes, please try this code
.header__icon {
color: #ac3834;
}
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;
}
@made4Uo @KetanKumar Thank you!
its my pleasure to help us