Shapely Font size on Home page

Hi,
I am having troubles changing font size of the content on demo home page. Could you please help me with the css?
I have the image of what kind of text i am talking about

Hi @anmol1298,

I hope you are well today and thank you for your question.

You can try changing font size of that section by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.shapely_home_parallax h3 {
    font-size: 34px;
}
.shapely_home_parallax p {
    font-size: 16px;
}

Please change the font size in the above code to whatever you want to set.

Best Regards,
Movin