Change the size of copy in Prestige image with text block

Hi,

I’m trying to make the body text in the ‘Image with Text Block’ larger. Does anyone know the correct css for this? I’m a bot of a coding novice but am happy copying and pasting into custom css.

Many thanks in advance,

Sarah

Hi @Sarah_Alphablot

Can you please share yours website URL?

Hey @Dbuglabpvtltd thanks for looking at this for me.

My website is here: https://sarah-88448826.myshopify.com/pages/about

Password: dawgle

Many thanks,

Sarah

Hi @Sarah_Alphablot

Can you please share screenshot for this?

Hey @Dbuglabpvtltd this is the text I’m looking to increase. Many thanks, Sarah

@Sarah_Alphablot
Use this css

#shopify-section-template--15568593715451__1643200950f0ac9eb5 p {
  font-size: 20px !important;
}