Hello
In the Special heading in content elements, I’d like to remove the horizontal rule that is above the text.
I found a thread that gave some quick CSS, but this was on a thread that talked about a rule after the heading text, which when applied doesn’t work on my project.
Can anyone help please. I’m loving the enfold theme BTW
Dave
Hey Zeroid69!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.special-heading-border { display: none; }
If that does not help, please post the link to your page where we can see the element
Best regards,
Yigit
Thanks Yigit
Actually, now I look at it, the lines is generated at the bottom of the slider. I wonder how I can be rid of that?
Thanks
Dave
Hey!
Could you please provide us with login details so that we can have a closer look since your site looks to be in Coming Soon mode?
Cheers!
Rikard
Hi!
Please add following code to Quick CSS as well
#after_layer_slider_1 {
border: none !important;
}
Best regards,
Yigit
Thanks Yigit, that worked perfectly, much appreciated :)