How to change font-size on Product Cards and Product Pages (Enterprise theme)?

Solved

How to change font-size on Product Cards and Product Pages (Enterprise theme)?

ivanhoecyc3079
Tourist
7 0 1

Hello, my store is https://ivanhoe-cycles-3868.myshopify.com

I'm using Enterprise theme.

 

Enterprise doesn't allow me to adjust font-size on targeted sections like product cards or product pages, only the base font-size, and it calculates it using formulas in the theme itself. 

 

Any ideas how I can increase the size of the Product Title and Price under the product cards (on collection pages) and also the Title H1 and Price on Product Pages? 


Thanks!

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11367 2229 2403

This is an accepted solution.

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.product-info .product-title,
.product-info .product-info__price {
font-size: 30px;
}
.card__info-inner {
font-size: 20px;
}

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
11367 2229 2403

This is an accepted solution.

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.product-info .product-title,
.product-info .product-info__price {
font-size: 30px;
}
.card__info-inner {
font-size: 20px;
}

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

ivanhoecyc3079
Tourist
7 0 1

That worked a treat, thank you Dan!

Dan-From-Ryviu
Shopify Partner
11367 2229 2403

You are very welcome! 

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Gideon11
Shopify Partner
46 5 5

Send a snapshot of your theme editor, you need custom css.

Here's the code below but I need to tell you where to insert it and I can only do that when see your theme layout

 

.card__title {
  /* Replace 50px with your desired font-size*/
   font-size: 50px;
}

 

for the product title on the product page here's the code you need.

.product-title {
   /* Replace 50px with your desired font-size*/
   font-size: 50px;
}

 

GTLOfficial
Shopify Partner
801 167 178

Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> main.css
add this code at the end of the file.

p.card__title.font-bold.mt-1.mb-0 {
font-size: 22px;
}
.card:not(.card--related).card--no-lines .price {
font-size: 20px;
}
.product-info .product-title, .product-info .product-info__price {
font-size: 33px;
}

and the result will be
10.png

11.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh