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!!
Try this one.
.product__title h1 {
font-size: 35px;
}
p.product__text.inline-richtext.caption-with-letter-spacing {
display: none;
}
And Save.
Result:
Note: You can decrease/increase the size of the font.
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