Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #538338

    Dear Kriesi Support Team,

    I want to use icon list but the icon and title is too big. How to resize? pls help me

    Thanks & Regards,

    #538442

    Hey vemaybayanz!

    You can use the following css to adjust the icon and title size:

    .avia-icon-list .av-iconlist-empty .iconlist_title {
        font-size: 12px !important;
    }
    
    .avia-icon-list .iconlist_icon {
        font-size: 26px !important;
    	height: 51px !important;
        width: 51px !important;
    }

    Best regards,
    Dake

    #538700

    Dear Dake,

    Should i paste css above to quick custom css or somewhere else?

    #538851

    Hi!

    You can insert any custom css into your quick css section in your theme options > general styling.

    Best regards,
    Dake

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