Change purple color of icons in the Feature Ssection

I tried your posted solution to change the color of the Purple icons in the Feature section here:

https://colorlibsupport.com/t/changing-the-purple-default-feature-icon-colour/

.shapely_home_features .fa-film:before,
.shapely_home_features .fa-camera:before,
.shapely_home_features .fa-upload:before {
color: #C34B4B;
}

But it did not work for me. Is there something I am missing or is there another solution?

Thanks for the great theme!

This solution did not work for me.

.shapely_home_features .fa-film:before,
.shapely_home_features .fa-camera:before,
.shapely_home_features .fa-upload:before {
color: #C34B4B;
}

Is there another solution or something that I am missing?

Thanks for the great theme!

yikes, this keeps cutting off my question?
I could not get the above code to work on my site to change the purple color of the icons in the Feature section of the Shapely theme. Any tips for changing them?

Hi @gonzalez500,

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

Could you please share me your site URL where it is not working so that i can troubleshoot it?

Kind Regards,
Movin

Hi Movin,

here is the link:

http://www.gonzalearning.com/teachonline/

Thanks!

James

Could you please try using the below CSS code?

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

Movin,

sorry, no change.The icons are still purple.

Jame

I troubleshooted it on your site and found this is not working because one of the custom CSS rule added in your site doesn’t have closing bracket as shown in the attached screenshot so to resolve the issue add the closing brace for this rule and add the above provided custom CSS code at the top of the custom CSS code added in the theme option.

Movin,

That did it! Duhh, I feel dumb that I missed something so simple as a closing tag. That’s why we need editors!

Thanks a million for sticking with me to fix this! You rock!

James

You are always welcome here :slight_smile: