Purple titels and categories

Hi,

i was wondering, if there any chance to change the purple color of titles and categories? (see attched screenshot) Is there any CSS code around?

Thx for your amazing support!

Hi @lemaestr0,

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

You can try changing it from the following theme option as shown in the attached screenshot.

Admin Area -> Appearance -> Customize -> Shapely Options -> Layout options

Best Regards,
Movin

Hey!
Thx for your answer. Works fine! However my latest post section is still purple. Any chance to change this via css code?

You can try changing its color 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

.widget_recent_entries a {
    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