Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1423909

    Hi,

    I want the icon (and the background rounding) to be bigger of my icon content boxes (see fourth content block) I tried using this code:

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

    But then ALL my icons on the website are bigger.

    Hope you can help me out, thx!

    #1423949

    Hey JantienM,

    Please try using this code instead:

    .iconbox_icon:before {
      font-size: 30px;
    }

    Best regards,
    Rikard

    #1424025

    Thanks, that worked! How can I also make the background rounding bigger?

    #1424051

    Hi,

    Please try this CSS as well:

    .iconbox_top .iconbox_icon {
        top: -26px;
        margin: -13px 0 0 -35px;
        padding: 25px;
    }

    You can adjust the top, margin and padding values to fit your needs.

    Best regards,
    Rikard

    #1424095

    Thanks Rikard, that worked. Topic can be closed.

    #1424102

    Hi,

    Great! Glad we could be of help. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Bigger icon of icon box’ is closed to new replies.