Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1351439

    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

    • This topic was modified 2 years, 6 months ago by famarinu.
    #1351472

    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

    #1351495

    Hi Ismael,
    yes it works, thank you for your support,
    Manuela

    #1351512

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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