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

    HI,

    I added some code to make the icon box icon larger. I t worked but I notcied it also changed the icon size of the social icons in my header.

    This is the code I added

    /* Icon Size */
    [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;
    }
    #1429682

    Hey joandjaxx,

    Thank you for the inquiry.

    You can replace the modification with the following code.

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

    Best regards,
    Ismael

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