• Hello,

    After editing the code for a custom color(icon color) , after save, the color returns back to template default color.

    Please help.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can`t change icon color’ is closed to new replies.