Hi support,
How can I change the size of the icon next to the item (the check symbol) in the icon list (image: https://monosnap.com/file/JHBxPg6ByuhGNzsJAkDMmzrcFOfcAU ) ?
Thank you for your support,
Manuela
Hey Manuela,
Thank you for the inquiry.
Try to use this css code to adjust the size of the icons in the iconlist element.
.avia-icon-list .iconlist_icon {
font-size: 20px;
}
This is the default style of the icons.
.avia-icon-list .iconlist_icon {
height: 64px;
width: 64px;
line-height: 64px;
font-size: 30px;
text-align: center;
border-radius: 500px;
position: relative;
float: left;
margin-right: 30px;
margin-left: 2px;
z-index: 5;
color: #fff;
font-size: 20px;
}
Best regards,
Ismael
Hi Ismael,
yes it works, thank you for your support,
Manuela