Hi Kriesi, one simple question: how can I set a width of the border in iconbox?
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
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
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
Great, its working! Thank you very much
Hi!
Glad you got it shorted. Do not hesitate to open a new question for us, if needed.
Regards,
Basilis