The original text is too thin… I want to make it bold
https://creamcy.com/products/colorful-heart-case-with-popsocket
Here’s one of the product page
1 Like
Hi @lorrnnzo ,
Thank you for providing your website. Please follow the instructions below
- In your Admin store, click Online store > Themes
- Go to the theme you want to edit, click Actions > Edit code
- In your Asset folder, open the theme.css and add the code below
button.ProductForm__AddToCart.Button.Button--primary.Button--full > span {
font-weight: 600;
}
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
button.ProductForm__AddToCart.Button.Button--primary.Button--full>span {font-weight: bold;}
