Hi,
Some of the text in my cart page is really large and lowering my conversion rate. Where can i go in the Motion theme code to modify my cart and make changes to what appears and how large the text is for different components?
Thanks
Hi,
Some of the text in my cart page is really large and lowering my conversion rate. Where can i go in the Motion theme code to modify my cart and make changes to what appears and how large the text is for different components?
Thanks
Hi @RidaEcom88 ,
You can change the font size of " Add to cart" with these steps:
From Shopify> Online Store> Themes> Edit code
Then check the code at the bottom of your theme.css file.
Asset->/styles.scss->paste below code at the bottom of the file
@media screen and (min-width: 641px){
.template-product .ProductForm__AddToCart {
width: 55%;
margin: 0 auto;
font-weight: 900;
letter-spacing: 0px;
}
}
I hope this help.
Hi @RidaEcom88 ,
I think you can contact Shopify to check on your themes and help you add this code
I hope this helps.