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:
- Go to your Store > Theme > click to edit code.
- find this file "base.css " and open.
step 02:
- 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:
- Go to your Store > Theme > click to edit code.
- find this file "base.css " and open.
step 02:
- 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 
@missjewellee
I’m happy to your help and thanks to you for accepting my solution can you please like all post
thank you!