Change line space and font size rich text section dawn theme

Hello,

I have looked in the rich text css section but unsure how to change the line spacing and font size. Does anyone have some code to be able to play around with the sizes, for example the caption line on mobile currently has no line spacing.

www.glowmumma.co.nz

password yaotsa

hello @missjewellee

can you change this

step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file "base.css " and open.

step 02:

  1. Paste the code at the end of the file.
.rich-text__text.rte p {
    font-size: 20px;
    line-height: 23px;
}

this idea helps you

Hi! Yes thanks this is great, although how do I change the line spacing in the caption? On mobile it’s two lines but there’s no spacing.

Thanks a bunch

step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file "base.css " and open.

step 02:

  1. Paste the code at the end of the file.
@media only screen and (max-width:767px){
p.caption-with-letter-spacing--large {
line-height: 2.2rem;
}
}

this idea helps you

Thanks so much! It all did the trick. Just refining things a little more always so helpful much appreciated :folded_hands:t2:

@missjewellee

I’m happy to your help and thanks to you for accepting my solution can you please like all post

thank you!