Front page site title change color

How to change the site title text color?
Thanks

Hi @dbrownie8,

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 -> Shapely Options -> Other

h1.site-title {
    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

Best Regards,
Movin

Awesome! Thanks

How about widgets-homepage [shapely] parralax section for front page the title text? How could I change the color for that?

You are most welcome here :slight_smile:

How about widgets-homepage [shapely] parralax section for front page the title text? How could I change the color for that?

You can try achieving this by using the solution shared in the following topic.

https://colorlibsupport.com/t/parallax-font-colour/