Make text caption of Dawn theme's "image with text" section larger

Hi there!

I’d like to increase the size of the font of the caption in “image with text” section (Dawn theme). This section can be activated from the Theme Editor, but I can’t make the font size any larger than this:

This is the relevant piece in the code:

image-with-text__text–caption

(from the Inspect tool:

Our Packages include

)

(I prefer not to publish the URL of the store at the moment.)

I would be grateful for any tips!

Thanks so much in advance,

Hello @poma ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

@poma
Put below code into base.css(online store->themes->asset->base.css)

.image-with-text__text.image-with-text__text--caption {
 font-size: 22px !important;
}

Thank you both so much for your help!

I’ve marked my preferred solution.

Cheers, have a great day :slightly_smiling_face: