Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #208802

    I may have read this somewhere else. Is there a way to change the icon size when you choose it as a list? They are just a lot bigger than I need them to be when making a short concise list. If not is there another option I can use?

    Thanks
    B

    #208815

    Hi bentkd!

    You can use this on your custom.css or Quick CSS to change the size of the icon list icons:

    .iconlist-char {
    font-size: 20px;
    }

    Cheers!
    Ismael

    #208853

    Hi bentkd!

    Yes, you can use following code

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

    to re-size the list icons. The first three values must be set to the same px value (i.e. 40px). The last value can vary.

    Best regards,
    Peter

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