Home Forums Pro Themes Kids Education Pro Font Awesome Colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33322
    dcreech
    Participant

    How do I change the colors for each fa used – on the header menu I see that there is a default color change. On the features there is not.

    I would like to be able to control the color on all.

    Thanks

    #33348
    wensolutions
    Keymaster

    Hello @dcreech

    If you want to control the color of entire fa-icon then you can use below CSS.

    .fa {
    color: #000 !important;
    }

    You can change the Color code according to your need.

    But in case if you want to change the icon color for the particular sections then, please mention the sections you want to change the color for, maybe with the proper screen shot.

    Hope this helps.

    Best Regards!!

    #33632
    dcreech
    Participant

    I wanted to change each icon int he features section, and also on the menu’s. I don;t see a place to add the css for color with either of those.

    #33686
    wensolutions
    Keymaster

    Hello,

    The icons used in the theme can be dynamically changed so it will be hectic to provided the CSS for each and every icon . But in case if you want to change the color for entire icon then you can use above given CSS.

    To use the CSS code please go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS code.

    As for the menu section, the theme does not have the feature this feature.

    Hope this helps.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.