Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #667834

    Hi, How to I make the icon boxes bigger in the icon box widget?

    #668098

    Hey mcraig77!

    Please add following code to Quick CSS

    #top .iconbox.av-no-box .iconbox_icon {
        font-size: 50px;
    }

    Cheers!
    Yigit

    #668247

    Hi,

    Anyway to make the circle around the icon larger as well?

    #668257

    Hi!

    Please add following code to Quick CSS as well

    #top .iconbox.av-no-box .iconbox_icon {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

    Cheers!
    Yigit

    #668291

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Make Icons bigger in Icon Box widget’ is closed to new replies.