Tagged: bigger icon iconbox
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!
Hey JantienM,
Please try using this code instead:
.iconbox_icon:before {
font-size: 30px;
}
Best regards,
Rikard
Thanks, that worked! How can I also make the background rounding bigger?
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
Thanks Rikard, that worked. Topic can be closed.