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

    Hi,

    I’m trying to increase the iconbox icon size and surrounding background. Would like to boost it up to 40px.

    Thanks much!

    #633895

    Hey connect4consulting,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .iconbox_icon.heading-color:before {
        font-size: 40px;
    }
    
    .iconbox_icon.heading-color {
        padding: 25px;
    }
    

    Best regards,
    Jordan

    #633903

    Jordan,
    That’s a start but now the icon is off center. How do I center it?

    #634218

    Hi,

    Try adding the following as well:

    .iconbox_icon.heading-color:before {
        margin-left: -5px;
    }

    Thanks,
    Rikard

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