Font size -

I would like to make the font bigger and to justify the texts into the widget Parralax Section.
Is it possible ?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
please provide a link to the page and tell me the text you want to change the style

Thanks!
Colorlib Support Team

Hi,

Please add this Custom CSS in Appearance -> Customize -> Additional CSS,

.top-parallax-section p {
	text-align: justify;
}

Let us know,

Thanks,
laranz.

Its www.pucapable.ca

i would like to put all the text bigger.

Hello there,

You can use the following CSS code to change the font size by going to Appearance > Customize > Additional CSS and pasting it there.


h1, h2, h3, h4, h5, h6, p, ul, ol, table, blockquote, input, textarea {
    font-size: 20px;
}

Best Regards,
Support