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

    Greetings,

    I found this code in the thread to make the icon larger for the icon box. It works but it also changed the icon size for all the icons on webiste when I only wanted it changed for the Icon Box element Icon Size .

    /* Icon Size */
    [data-av_icon]:before {
        font-size: 40px!important;
    }
    .iconbox_icon {
        margin-right:10px!important;
    }

    How would I have this apply to just my Icon Box element?

    I have included my website in the private content section.

    #1135216

    Hey kreece8948,

    Please try this CSS instead:

    .iconbox_content [data-av_icon]:before {
        font-size: 40px!important;
    }
    .iconbox_content .iconbox_icon {
        margin-right:10px!important;
    }

    Best regards,
    Rikard

    #1136182

    Wonderful,

    Thank you Rikard

    #1136194

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon Box Icon Size’ is closed to new replies.