Hi, how can I increase the font size for the icon caption? And how can I change the color of the icon circle?
Thanks
Hey DROR,
To custom style, your icons add the CSS below to your site.
/*----------------------------------------
// CSS - Icon Standard
//--------------------------------------*/
.av_font_icon .av_icon_caption {
font-family: 'Anton', sans-serif;
font-weight:200;
color: #ed1c24;
}
Best regards,
Vinay