I’m trying to change the font of my “Add to cart” button on my website (Lorenza theme). Can someone please help? Thank you so much.
1 Like
Hi @CraftAntler
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
you have need to go to your theme.css and search the class
.icon-header-button__icon .icon
which is now showing
.icon-header-button__icon .icon {
width:20px;
height:20px;
position: relative;
z-index: 10;
color: var(–color);
}
change the height and width according to your need
dont forget to like if it is helpfull for you thanks