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

    Hi Kriesi, one simple question: how can I set a width of the border in iconbox?

    #506035

    Hi frysjo!

    The iconbox uses a drop shadow so you can add this to your custom CSS to increase it.

    .iconbox_top .iconbox_content {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important;
    }

    The 10px is how far out it extends.

    Cheers!
    Elliott

    • This reply was modified 9 years, 2 months ago by Elliott.
    #506038

    Hi Elliott,

    I’m so sorry, I meant icon, not iconbox. And my problem is, that the circle around icon is too thick.

    Cheers,

    frysjo

    #506052

    Hi!

    Add this to your custom CSS.

    .av_font_icon.av-icon-style-border .av-icon-char { border-width: 1px !important; }
    

    If that’s not working then send us a link to your page with the icon so we can take a look.

    Cheers!
    Elliott

    #506055

    Great, its working! Thank you very much

    #506063

    Hi!

    Glad you got it shorted. Do not hesitate to open a new question for us, if needed.

    Regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Width of the border in iconbox’ is closed to new replies.