Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #563780

    Hello, is it possible to make the icons smaller in the icon list element?

    #564289

    Hi Luisgasser!

    Add this to your custom CSS.

    .iconlist_icon.avia-font- {
        font-size: 20px !important;
    }

    Regards,
    Elliott

    #565377

    hello,

    it doesn’t work

    #565571

    Hey!

    Please add following code to Quick CSS

    .avia-icon-list .iconlist_icon {
        font-size: 16px !important;
    }

    Cheers!
    Yigit

    #565640

    thanks you, but i also want to resize the circles.

    #565644

    Hi!

    Please change the code to following one

    .avia-icon-list .iconlist_icon {
        font-size: 16px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    Cheers!
    Yigit

    #567791

    thank you, works great!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Icon list size’ is closed to new replies.