Header font color & search color

Hi @Movin,

Hope you’re fine !

I need to change the font color of the header and the color of the search icon.

Is it possible ?

Thanks

Hi @guigab,

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

#site-navigation a, .search-widget-handle i.fa.fa-search {
    color: #d40c0c;
}

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