changing the font color

the template is great. One question i have is how do you change the text on the parallax frontpage widget? it is currently white and i need it to be black. thanks

let me be a little more clear. I would also like to be able to change the title and word colors on the parallax frontpage widget. is this possible?

Hi @mrbless,

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

We can change it by developing custom CSS code.

Could you please share me your site URL where it’s displaying so that i can help you to develop custom CSS code?

Best Regards,
Movin

Www.3tsfoundation.org

You can try changing color of it 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 .top-parallax-section h1 {
    color: #000;
}
.shapely_home_parallax .top-parallax-section p {
    color: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

oh now it seem that it worked, thanks anyway

You are most welcome here :slight_smile: