How to adjust a text font size

Hello guys, how can I adjust the font size of this text?



Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution

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