How to change size of paragraph font in Dawn theme V15.2.0

Hi, I’m looking to make the paragraph font size smaller as it’s way too big currently. Please advise!

1 Like

Hi @meowieowie

PLease, share your store URL and which paragraph is this? Thanks!

Thanks! It’s https://kovicarriers.myshopify.com and I want to change the paragraph size on the whole site. I had tried one solution, but it only changed the size of the first paragraph in each section.

Hi @meowieowie

I was just having a play around. So here is some CSS, but you may wanna undo what you have done for it to work. Try adding the following CSS into theme settings > custom CSS.

p, li {
    font-size: 5px; /* Adjust the font size as needed */
    line-height: 1.5; /* Adjust line height for better readability */
}

Just adjust the 5px higher to match the size you want.

Hope that works/helps

1 Like

Perfect. Thank you!