Hello I just tried creating a few icon boxes and wanted to add some drop caps, and for some reason no matter what color I add to it, it continues to inherit the theme color.
Here is a screenshot on the back end: http://www.omglovetwins.com/wp-content/uploads/2013/05/Picture-9.png
Here is the page: http://www.omglovetwins.com/test-table/
Thanks
-Nicolas
Hi,
You can add this on your custom.css or Quick CSS.
.av_dropcap2 {
background-color: blue !important;
}
The color option is not working.
Regards,
Ismael
Thanks Ismael,
It does work for the side icon but not the top one.
* Here is a screenshot http://demo.globalads24.com/wp-content/uploads/2013/05/Screen-shot-2013-05-29-at-4.30.03-PM.png
* Live link http://www.omglovetwins.com/test-table
Do you have a css for the top icon.
Thanks,
Nicolas
Hi,
You can use this
.iconbox_icon.heading-color.avia-font-entypo-fontello {
background-color: red;
}
Regards,
Ismael
Great Ismael, works perfectly.
Thank you,
Nicolas