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

    Hi, how can I make the icons in an icons list smaller – http://screencast.com/t/QqqiDGCUQ?

    Thanks.

    #525009

    Hi DROR!

    Please add following code to Quick CSS

    .iconlist_icon .iconlist-char {
        font-size: 26px;
    }

    Best regards,
    Yigit

    #525051

    Hi Yigit, sorry, I meant how I can make the entire icon circle smaller, not just the icon itself.

    #525059

    Hey!

    Please add following code to Quick CSS

    .avia-icon-list .iconlist_icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    Best regards,
    Yigit

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