Tagged: icon box
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
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
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