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

Re: Craft theme: Product Title on Product page too big

Solved

Craft theme: Product Title on Product page too big

KatyLee
Explorer
51 0 20

Hi, 

I have tried to adjust font size of Product Title on product page on typography, but the size is way too big. Can anyone help to make it smaller?

Thanks.

Katy

Accepted Solution (1)

Horlart_Expert
Shopify Partner
206 11 10

This is an accepted solution.

Try this code.

1. Go to Online Store-> Theme->Edit code
2. Asset->/base.css ->paste the below code at the bottom of the file.

 

.product__title h1 {
font-size: 24px;
}


If helpful then please Like and Accept the Solution.
Want to modify or custom changes to the store Message me on WhatsApp - https://zeep.ly/vo6IQ | Telegram - https://zeep.ly/QFfRy | Email horlart.shopify@gmail.com

View solution in original post

Replies 3 (3)

ExpertRookie
Shopify Partner
1518 249 326

Hi @KatyLee 

I love to help you. Could you give me your store address to check?

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

Horlart_Expert
Shopify Partner
206 11 10

This is an accepted solution.

Try this code.

1. Go to Online Store-> Theme->Edit code
2. Asset->/base.css ->paste the below code at the bottom of the file.

 

.product__title h1 {
font-size: 24px;
}


If helpful then please Like and Accept the Solution.
Want to modify or custom changes to the store Message me on WhatsApp - https://zeep.ly/vo6IQ | Telegram - https://zeep.ly/QFfRy | Email horlart.shopify@gmail.com
KatyLee
Explorer
51 0 20

Thanks a million! 😃 It works fine.