How to increase the font of the product title on refresh theme

Need help on increasing the font size of my product title.

Hello @x10

Please share your store URL

www.x10care.com

.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:

  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

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