Tagged: icon list size
Hi,
How can I re-size the icon-list in a specific page?
I found the way to re-size the font, but I need to re-size the icon itself, and only on specific pages.
Thanks
Tal
Hi Tal!
Enable this, set a custom class (ex: custom_iconlist) to the icon list and then add this to the Quick CSS:
.custom_iconlist .iconlist-char {
font-size: 22px !important;
}
Regards,
Josue