All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
This is an accepted solution.
.card__heading.h5 {
font-size: 18px !important;
}
Please add that CSS code to base.css file
Hello @x10
Please share your store URL
This is an accepted solution.
.card__heading.h5 {
font-size: 18px !important;
}
Please add that CSS code to base.css file
I need help changing the product description to a larger font. Please help, thanks!
Hello @x10
It's GemPages support team and glad to support you today.
You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. 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
I need help changing the product description to a larger font. Please help, thanks!
no, it didnt work
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 */
}
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!