Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #308447

    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

    #308657

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.