Tagged: 

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

    Hi,
    is there a way to control the iconlist size of the icon and the cercle. Would this be a potential update on the next Theme update?

    Thanks,
    D.

    #343872

    Hi dhuet!

    Thank you for using Enfold.

    For now, you can only modify the icon size and circle with css. Add something like this on Quick CSS or custom.css:

    .avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 500px;
    margin-right: 30px;
    margin-left: 18px;
    }

    Adjust the values.

    Best regards,
    Ismael

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