Hello, community!
how can I change the font size of the product’s title, on the product page? it’s too big.
I have attached a screenshot of the edited page.
Thank you in advance,
Renko
Hello, community!
how can I change the font size of the product’s title, on the product page? it’s too big.
I have attached a screenshot of the edited page.
Thank you in advance,
Renko
Hi @Renko2022 ,
If you use craft theme, you can try follow the instruction below:
.product__title {
font-size: 25px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
h1.product__title {
font-size: 23px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->section-main-product.scss,liquid
Thank you!
Thank you! Also, I have the same question but for the collection’s title (it’s to big too).
Where and what I have to add/modify in order to decrease the font size of the title?
h1.collection-hero__title {
font-size: 28px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->section-main-product.scss,liquid
Hi,
not working with the solution that you have provided. The title of each collection remains the same size.
Share the store URL.
Password
I’ve sent you the password in a private message
I don’t need to change the product title size but the font size of the collection title
Hey, I’m also using craft theme but for me the code is not working.
@YnkSch ,
Please share your issue with URL.
Share the password please..
I have sent it in a private message.
h1.collection-hero__title {
font-size: 20px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Thank you!