I would like to add an icon in front of the Add To cart text, just like this:
This is my website url: https://unik.skin/products/depiladora
Thank you on advance for your help ![]()
I would like to add an icon in front of the Add To cart text, just like this:
Thank you on advance for your help ![]()
May I suggest to update code these steps:
#AddToCart {
display: flex;
justify-content: center;
align-items: center
}
#AddToCart svg {
margin-right: 5px;
}
Hello @jtorres ,
Itβs GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
*You can replace my image URL with yours.
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team