Need help on increasing the font size of my product title.
Hello @x10
Please share your store URL
.card__heading.h5 {
font-size: 18px !important;
}
Please add that CSS code to base.css file
Hello @x10
It’s GemPages support team and glad to support you today.
You can follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code below:
.product-grid .card__information .card__heading{
font-size: 18px;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
You can do this by using some custom css in assets/section-main-product.css file
Like this:
.product__info-container .product__title h1 {
font-size: 35px /* You can change font size here as per your need */
}
I need help changing the product description to a larger font. Please help, thanks!
I need help changing the product description to a larger font. Please help, thanks!
Hello, it didnt work.
I have the refresh theme and I need to make the font on the product description larger. Any idea how this could be done? Thanks!
no, it didnt work