What's your biggest current challenge? Have your say in Community Polls along the right column.

Weird large font in default theme "product description"

Solved

Weird large font in default theme "product description"

NutritiAna
Tourist
3 0 1

Hello, Ive spent days trying to change the font, even when I go to edit the font and click exactly on the area where the product descriptions are the font stays big, awkard and bold, I've even copied the code there with the font size with no success anyone out there who can help? NutritiAna.com

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @NutritiAna 👋

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.title.product-overview__text * {
    font-size: 18px !important;
    font-weight: normal !important;
}

The result

Screenshot 2024-01-12 at 09.21.19.png

Hope that helps! 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 5 (5)

DutchDelight
Excursionist
30 0 6

I don't have that default theme, however..

Are you talking about the title and subtitle in the slider on the homepage?

NutritiAna
Tourist
3 0 1
Thanks for your reply! I am referring to to page on each product itself,
for example under the "more payment options portion" its pretty much the
bottom 50% of the page, large paragraph hard to miss. Here is one page
where its an example:

https://nutritiana.com/products/birch-chaga-truffles

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @NutritiAna 👋

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.title.product-overview__text * {
    font-size: 18px !important;
    font-weight: normal !important;
}

The result

Screenshot 2024-01-12 at 09.21.19.png

Hope that helps! 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
NutritiAna
Tourist
3 0 1

Perfect! You picked a great size, all the best! 

ZenoPageBuilder
Shopify Partner
1052 203 227

You are welcome 🙂

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com