How can I adjust the paragraph font size in the Dawn theme?

Solved

How can I adjust the paragraph font size in the Dawn theme?

ElRat
Tourist
10 0 0

I need the paragraph font size to be smaller. I've been using H4 instead of solving the paragraph size problem.

 

here where it says pre-orders are closed, it's  just too big, incongruous to the heading sizes.

https://elratdesigns.co.uk/collections/kristin-hersh

 

https://elratdesigns.co.uk 

ElRatDesigns.co.uk - Be the strange
Accepted Solution (1)

saim007
Shopify Partner
611 75 108

This is an accepted solution.

Hi @ElRat You can use this css to decrease the font size of the paragraph.

.rte>*:first-child {
    font-size: 16px;
}

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

View solution in original post

Replies 3 (3)

saim007
Shopify Partner
611 75 108

This is an accepted solution.

Hi @ElRat You can use this css to decrease the font size of the paragraph.

.rte>*:first-child {
    font-size: 16px;
}

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
ElRat
Tourist
10 0 0

that worked, thank you!

ElRatDesigns.co.uk - Be the strange
meowieowie
Tourist
11 0 2

This solution only updated the first paragraph of each section for me. The second paragraph is the old (larger) size:

meowieowie_0-1729703673660.png