Changing Font colour in Parralax section in Shapely theme

How can i change the font colour in the parallax section of the shapely theme?

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

/*header color*/
div.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.text-center h1 {
    color: #ff0dff;
}
/*sub text color*/
p.mb32 {
    color: #21ff55;
}

Best Regards,
Support