how to change font weight of add to cart prestige theme

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

  1. In your Admin store, click Online store > Themes
  2. Go to the theme you want to edit, click Actions > Edit code
  3. 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;
}

@lorrnnzo

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
button.ProductForm__AddToCart.Button.Button--primary.Button--full>span {font-weight: bold;}