Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘Icon list size’ is closed to new replies.
Hello, is it possible to make the icons smaller in the icon list element?
Hi Luisgasser!
Add this to your custom CSS.
.iconlist_icon.avia-font- {
font-size: 20px !important;
}
Regards,
Elliott
hello,
it doesn’t work
Hey!
Please add following code to Quick CSS
.avia-icon-list .iconlist_icon {
font-size: 16px !important;
}
Cheers!
Yigit
thanks you, but i also want to resize the circles.
Hi!
Please change the code to following one
.avia-icon-list .iconlist_icon {
font-size: 16px;
height: 40px;
width: 40px;
line-height: 40px;
}
Cheers!
Yigit
thank you, works great!