default purple icons - features section

I have read the icon color change forums and still cannot get the code to work to change the color on my site.

punqtumdesign.com

thank you

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

www.punqtumdesign.com

thank you

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the icon color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Icon color*/
.feature-1 i {
    color: red;
}

Best Regards,
Support

THank you, However, that did not work

Hello there,

Try this instead:

/*Icon color*/
.feature-1 i {
    color: red !important;
}

Best Regards,
Support

SOrry, Still not working. I do have one error message in the code (RBRACE)

Hello there,

Please send an image of the error.

Best Regards,
Support

see attached

Hello there,

One of the previous CSS above did not have a close or open bracket so you need to check and ensure that they are all properly closed.

Best Regards,
Support

OK. But that still doesn’t make the icons change color. And I don’t code
see attached full code screenshot

Hi there

Please check attached screenshot, you have to close media query with one closing tag :wink:

Thanks!
Colorlib Support Team