Colours for icons on Features Section

Hi,

how can I change colours of icons on Features section?
http://www.barasmarketing.com/

Hi @d3n1s,

Thank you for your another question.

You can change the color of these icons by using the below CSS code.

.shapely_home_features .fa:before {
   color: #C34B4B;
}

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