Hi, how do I get rid of the horizontal line that’s showing to the right of all h1, h2, h3 titles?
Thanks, Richard
Hi Richard!
By adding following code to Quick CSS in Enfold theme options under General Styling tab
div.special-heading-border {
display: none;
}
Regards,
Yigit
Fantastic! thanks Yigit