Change body text font in policy page in dawn theme

Hello,

I’m trying to change the font of the body text (not title) on the policy page in the DAWN theme. I hope the font type can be consistent with the head (Aparey) but I tried some codes in other discussions and also the theme setting in Theme Customize, and none of them work. Could you show me how to revise it? Thank you!

Hi @dorothea_1

Could you share your policy page link?

Hi, @dorothea_1

Please send me page URL

Hello @Dan-From-Ryviu , the link is d8e21f-6.myshopify.com and the refund policy is in the foot. Thank you!

Hello @topnewyork , the link is d8e21f-6.myshopify.comand the refund policy is in the foot. Thank you!

Please add this code to bottom of your base.css file in Online store > Themes > Edit code

.shopify-policy__body .rte h6 span { font-family: inherit !important; }
1 Like

Hey @dorothea_1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hello Moeed, thank you for replying! But this code seems not working on my side, could you help look into this?

It works well! Thank you!

1 Like

PLease send me the page URL

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like

Hello Moeed, thank you again for your time and help! Hope you all have a good day!

You are very welcome. The issue is you have copied inline style for policy text, you also can solve it by open refund policy page, clear format of your content

1 Like

Hello @Dan-From-Ryviu , could you also suggest how to keep the subtitle of the privacy policy bold and a larger font size while maintaining the font family? Thank you!

Hi @dorothea_1

Which subtitle? Could you show me?

Hello, these are the screenshots of website and settings. I hope the subtitles can be obvious on the website. Thank you!

Please add this code to your base.css file

.shopify-policy__body .rte h2,
.shopify-policy__body .rte h3 {
font-weight: bold !important;
font-size: 22px !Important;
}
1 Like

Wow! I really appreciate your help. Thank you soooo much!

You are very welcome.