Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #174323

    I cannot find a setting to change the built in icon colors;

      they are all gray and I want them to all be green

    Can someone tell me where to change this or if there is code I can add and where would I add the code. I need very specific instructions (I am not a programmer)

    Thank you in advance!

    TG

    #174520

    Hello TG!

    By gray you mean the text color?

    Best regards,
    Josue

    #174611

    Hello Josue,

    No, I mean the icon itself.

    Here is the URL I am working on.

    http://everydayleadersthrive.com/newsite/team-consulting

    This page has 3 icons and I need them to be some other color besides the light gray.

    I have not found any settings where I can change that, individually, or site wide.

    Thank you,

    TG

    #174668

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_color .avia-icon-list .iconlist_icon {
    background-color: black;
    border-color: red;
    color: green; }

    Regards,
    Yigit

    #174704
    This reply has been marked as private.
    #174788

    Hello!

    Please add following code as well

    .alternate_color .avia-icon-list .iconlist_icon { background-color: black; border-color: red; color: green; }

    Cheers!
    Yigit

    #174847

    thank you that worked

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Need to change icon colors’ is closed to new replies.