How do I adjust product title and remove "My store" title on top of that

hi,

how do i adjust product title font size? Its too big and also I want to remove “My store” title on the top.

Thanks!!

Hi @jessica_0430

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__title h1 {
    font-size: 35px;
}
p.product__text.inline-richtext.caption-with-letter-spacing {
    display: none;
}

Hi @jessica_0430

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Note: that you can increase the 20px to get the bigger size on the text

Hope this can help you solve the issue

Best regards,

Noah | PageFly