Hey there Vladu,
Hope you’re well today!
You’re referring to the three icons on home page http://screencast.com/t/3IQD7NMGtNEH? Could you please post link to your site so I can take a look?
Where did you add the custom CSS? Also could you post the code that you added?
Looking forward for your response 🙂
Best regards,
Bojan
I, too, am having a problem editing the front page content boxes icons’ colors. I change the color(s), save and when I come back it has reverted to the original colors. 🙁
My site is not yet live.
Thank you for any help.
– Michelle
I am using the latest version of the theme and am not experiencing this issue, maybe clear the cache if using a cache plugin or activate development mode if you are using cloudflare to see if that helps.
If all that fails give some CSS a try
/* content box 1 color */
.content-box-1 i {
color: red !important;
}
/* content box 2 color */
.content-box-2 i {
color: blue !important;
}
/* content box 3 color */
.content-box-3 i {
color: black !important;
}
Good luck