Font size 18px doesn't work

Font size 18px doesn’t work

Hello there,

I hope you are doing well today.

What text element specifically are you trying to edit? Could you provide an image of it?

Best Regards,
Support

Hi @krzysiek7,

I hope you are well today and thank you for your question.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

The issue will be fixed ASAP.

In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.entry-content {
    font-size: 18px;
}

Best Regards,
Movin