Icons got bolder after last update

My icons got bolder after the latest update

i red the https://theme.co/apex/forum/t/why-have-the-icons-changed-after-the-latest-update/40609
and i don’t get it. I need to fix the problem the easy way as im not a developer.
I bought this theme only for the small details that came with it now it changed the look after updating, i did not sign up for this.

Is there any easy way to fix the problem or is there a way to break down step by step how to use the bootstrap link in the answer here: https://theme.co/apex/forum/t/why-have-the-icons-changed-after-the-latest-update/40609

Many thanks!

Hi There,

Thanks for writing in!
To make the icon little lighter please use below CSS in your X-> Theme Option -> CSS.

[data-x-icon], [class*="x-icon-"] {
font-weight: 100 !important;
}

it would make the icon lighter.
If you want to use the old icon you have to follow the post.

To load the old CSS please use this code to your child theme CSS file.

@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); /* Using a url */

It will load the old CSS.

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.