Hello,
i wanted to know if it’s possible to remove the background circle from icon box ?
Here is my idea : http://i.imgur.com/0f23Ylt.png
Thanks,
AB
Hi anma!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_top .iconbox_icon {
background-color: transparent!important;
color: red !important;
}
Regards,
Yigit
Hey,
Thank you for your answer it works pretty well, i just have one more question,
how can i change the size of my icon ?
Best,
AB
Hey AB!
Please use following code
.iconbox_icon.heading-color:before {
font-size: 36px !important;
}
Best regards,
Yigit
Hi again,
so i put your last code, everything is great except now my icons are not center anymore.
Any solutions ?
Thanks,
AB
Hi!
Please add following code to Quick CSS as well
.iconbox_top .iconbox_icon { left: 45%; }
Cheers!
Yigit
Everything’s great, thank you again Yigit !
Have a nice day,
Best AB