Edit size and alignment in product template Dawn theme

Hello, I am using Rich Text (no other option in the theme) to add text to a specific product page template (not default) in the Dawn theme. How do I 1) change the size of the font 2) Reduce the line height, and 3) change the alignment to be on the left side instead of the center?

Thank you!

2 Likes

@dashawerise

Please share your store URL.

@dashawerise

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thank you for your replies.

Store: https://werise.co/products/craft-your-own-beer-with-ninkasi-ipa-brewmaster-founder

password: startup2021

The lower part of the page "stuff our lawyers want you to read. Ideally the text should be smaller, with a much smaller line height, and aligned to the left.

Thank you!!

1 Like

@dashawerise

thanks for more details

sorry but your password doesn’t work please check check and let me know

Oh I’m sory! werise2021

Thanks!

1 Like

@dashawerise

no rush thanks for update, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-rte.css ->paste below code at the bottom of the file.
.rich-text--full-width .rich-text__blocks {
text-align: left;
}
.rich-text__blocks h2.h3 {
    font-size: 24px;
}
.rich-text__blocks p {
    font-size: 16px;
}

Is it possible to apply that rich text alignment ONLY to a specific product template?

1 Like

@dashawerise

can you please share us store url and product page url