Solved

Adjusting body font & size - Dawn theme

nspo_co
Tourist
5 0 0

Hello. I tried to change just the h1 to a custom font but it has changed all of the text, I need to make the body & button text back to default and a larger font size.

 

The site is https://all-weather-hurricane-protection-llc.myshopify.com/

Password: eutsai

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @nspo_co 
Paste this code on top of the section-rich-text.css file.

 

.rich-text__text.rte p {
    font-family: 'Helvetica' !important;
}

 

And paste this code on top of the section-main-ptoduct.css file.

.product__description.rte p {
    font-family: 'Helvetica' !important;
}


Thank You.

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @nspo_co 
Can you give me a screenshot of your problem so,
I can solve it perfectly.
Thank you.

nspo_co
Tourist
5 0 0

The landing page & product page. Thank you in advance, @Zworthkey !Screen Shot 2021-10-21 at 11.03.10 PM.pngScreen Shot 2021-10-21 at 11.04.40 PM.png

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @nspo_co 
Paste this code on top of the section-rich-text.css file.

 

.rich-text__text.rte p {
    font-family: 'Helvetica' !important;
}

 

And paste this code on top of the section-main-ptoduct.css file.

.product__description.rte p {
    font-family: 'Helvetica' !important;
}


Thank You.

nspo_co
Tourist
5 0 0

Thanks @Zworthkey ! I added the code but it only seems to be working on the product page. The rich text on the landing page still shows the custom font.

 

Edit: just kidding, it worked! Thank you so much!