How to increase text size

How do I increase the text size, please size attached image.

Hi,

Sorry for a late response,

for 30minute text you already increase the font size using inline-styles, nice… For buttons use this Custom CSS in Appearance → Customize → Additional CSS

#shapely_home_parallax-2 .btn {
    font-size: 20px;
}

Increase 20px according to your needs.

Let us know,

Thanks,
laranz.

Hi
I have the same question as philgadd -

#shapely_home_parallax-2 .btn {
font-size: 20px;
}

doesn’t work for me. I’ve found other script
/Parallax font size/
.top-parallax-section h1 {
font-size: 100px;
}
but it works with main (upper) line in parallax not with bottom line - see in attachement.

I want to change a font-size of content part - not a h1 section.
This part “Niezasdsdfsadfsd”

Hi,

To increase the font size of the text use this CSS,

.top-parallax-section p {
    font-size: 28px;
}

Let us know,

Thanks,
laranz.

Hi laranz
it works great. Thank you.
How to change this CSS to increase font size in parallax when I choose left/right option?
See the attachement
BR
Basz

Hi,

Use this Custom CSS,

.shapely_home_parallax p {
    font-size: 28px;
}

You can remove this CSS too https://colorlibsupport.com/t/how-to-increase-text-size/#post-118374 the above CSS will change all the parallax paragraphs.

Let us know,

Thanks,
laranz.