Hi, How to I make the icon boxes bigger in the icon box widget?
Hey mcraig77!
Please add following code to Quick CSS
#top .iconbox.av-no-box .iconbox_icon {
font-size: 50px;
}
Cheers!
Yigit
Hi,
Anyway to make the circle around the icon larger as well?
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
Thanks!