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!