Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #930179

    Hi, how can I increase the font size for the icon caption? And how can I change the color of the icon circle?

    Thanks

    #930815

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.