poma
December 6, 2022, 2:45pm
1
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:
Go to Online Store > Theme > Edit code of your current theme
Open your theme.liquid theme file
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;
}
poma
December 6, 2022, 4:57pm
4
Thank you both so much for your help!
I’ve marked my preferred solution.
Cheers, have a great day