Hello guys, how can I adjust the font size of this text?
Hey @NikosBat
Could you please share your store URL? That way, I can provide the exact code needed to adjust the styling.
Regards,
Abhishek from Swym
Hi @NikosBat
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.rich-text__text.rte.scroll-trigger.animate--slide-in {
font-size: 25px !important;
}
Result
Best,
DaisyVo



