Article' titles text color

Hi,

I have one last question :

How can I change color of Article’ titles text color (see image attached) ?

Thank you a lot !

Jordan

Hi Jordan,

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

#page .entry-title,
#page .entry-title a {
    color: #d74f4f;
}

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