Hello,
I there an easy way to adjust the color to the icon box headers and icons? Is this done in the CSS file? If so can you direct me where or in which CSS file. I am rather new to CSS and I don’t wan to go just clicking around! Thanks!
Hi,
Please add this on your custom.css or Quick CSS
.main_color .iconbox_content_title {
color: red;
}
.iconbox_icon.heading-color.avia-font-entypo-fontello {
color: red;
}
Regards,
Ismael
Do I just add it anywhere in the custom.css file via my c-panel or do I need to add it to a specific spot? Like I said I am pretty new to CSS. Is there a way to add specific web colors? Thanks for the response!