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

    Hi there

    Is there a way to change the size of the icons in an icons list? I can see default (big list) or minimal (small list) but want something in between!

    Many thanks

    #783313

    Hey Picante,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #783347

    I would like to make the icons on this page smaller (but not as small as the minimal option).

    Many thanks

    #783384

    Hi,

    What you can do is keep the default big list, then adjust the size in Quick CSS.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-icon-list .iconlist_icon {
       height: 54px !important;
       width: 54px !important;
       line-height: 54px !important;
       font-size: 30px;
    }
    
    .avia-icon-list .iconlist_title { 
       margin-top:8px !important;
    }
    

    You can adjust the values according to your preference.

    Best regards,
    Sarah

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