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

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

Solved

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

x10
New Member
6 0 0

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

 

Accepted Solution (1)
solverStaff
Shopify Partner
416 41 71

This is an accepted solution.

.card__heading.h5 {
	font-size: 18px !important;
}

Please add that CSS code to base.css file

 Shopify Expert | Theme Developer | Quick Fixes


 Need Shopify help? Let’s chat! WhatsApp


 Portfolio: SolverStaff - Shopify Expert

View solution in original post

Replies 9 (9)

solverStaff
Shopify Partner
416 41 71

Hello @x10 

Please share your store URL

 Shopify Expert | Theme Developer | Quick Fixes


 Need Shopify help? Let’s chat! WhatsApp


 Portfolio: SolverStaff - Shopify Expert

x10
New Member
6 0 0
solverStaff
Shopify Partner
416 41 71

This is an accepted solution.

.card__heading.h5 {
	font-size: 18px !important;
}

Please add that CSS code to base.css file

 Shopify Expert | Theme Developer | Quick Fixes


 Need Shopify help? Let’s chat! WhatsApp


 Portfolio: SolverStaff - Shopify Expert

Maitatl1
New Member
7 0 0

I need help changing the product description to a larger font.  Please help, thanks!

GemPages
Shopify Partner
5625 1262 1292

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Maitatl1
New Member
7 0 0

I need help changing the product description to a larger font.   Please help, thanks!

Maitatl1
New Member
7 0 0

no, it didnt work

pawankumar
Shopify Partner
762 112 129

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 */
}

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
Maitatl1
New Member
7 0 0

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!