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.