Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Icons side by side in an Icon Box’ is closed to new replies.
Hey 1lizcollins!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content .center-icon br {
display: none;
}
Cheers!
Yigit
Thank you! That fixed the icons on my homepage, but the icons on my contact page are still displaying oddly. I used the same code for both icon boxes, so I’m not sure what is causing this?
Hey!
Please add following code to Quick CSS as well
.iconbox_content span.av_font_icon.avia_animate_when_visible + br {
display: none!important;
}
Cheers!
Yigit
Thank you, that fixed it.