Hi,
is it possible that just the icons inside of a round symbollist get bigger ad the circle around stays in the same size?
That would be great :)
Many regards rixi
Hey rixi,
Thank you for the inquiry.
Try to use this css code to adjust the size of the icon inside the circle:
.avia-icon-list .iconlist_icon.avia-svg-icon img[is-svg-img=true], .avia-icon-list .iconlist_icon.avia-svg-icon svg {
height: 2em;
width: 1.5em;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.
Best regards,
Ismael
Hello Ismael,
perfect!!!