Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I decrease product title and description font size in my code?

How can I decrease product title and description font size in my code?

shopsk100
Tourist
16 0 1

How do I reduce the font size of my product titles and also my descriptions under my products in the code? my site is safekeychains.com

Replies 5 (5)

suyash1
Shopify Partner
10154 1255 1596

@shopsk100 - add this css to the very end of your base.css file and check, adjust numbers 2 and 14 as per the need

.product__title{font-size: calc(var(--font-heading-scale) * 2rem);}

.product__description{font-size:14px;}

 

suyash1_0-1673762472071.png

 

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
shopsk100
Tourist
16 0 1

how do i change the product title size more?

suyash1
Shopify Partner
10154 1255 1596

@shopsk100 - add this and change as per the need

.product__title{font-size:16px;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

GemPages
Shopify Partner
5625 1262 1254

Hi @shopsk100,

 

Glad to support you today.

 

You can check out my suggestion below to get your concern resolved.

 

1. Go to Edit code on Online Store:

GemPages_0-1673765900196.png

 

2. add my code  above the </body> tag on Theme.liquid:

<style>
	.product__info-wrapper .product__title h1 {
		font-size: 20px !important;
	}
	.product__info-wrapper .product__description {
		font-size: 14px !important;
	}
</style>

 

I hope you find the answer helpful.

Kind & 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

PageFly-Victor
Shopify Partner
7865 1786 3117

Hi @shopsk100 

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Section-main-product.css

.product__title>h1 {
    font-size: 50px !important;
}
.product__description{
   font-size: 18px !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly