Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #195255

    I tried several things i found in different post but none of them work.

    I want to change color of the icon in the icon box when the icon position is left.

    These codes do NOT work:

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }
    
    .main_color .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: blue;
    }
    
    .main_color.iconbox_top .iconbox_icon { color: blue; background-color: pink; }

    Kind Regards,

    Simon

    #195307

    Hey simonac!

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

    .iconbox_icon { color: red!important; }

    Regards,
    Yigit

    #306796

    The above mentioned option effects all iconsboxes.
    Is it posible to change only the color off the left Icon ? (the are now black)

    Regards Gilbert

    #306799

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .iconbox_icon.heading-color {
    color: red;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon Box – change color of icon – position left’ is closed to new replies.