Hello,
how it is possible to delete the title-seperator.
Thanks
Guido
Hey Guido,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-special-heading .special-heading-border {
display: none;
}
Hope it helps :)
Best regards,
Nikko
Hello, thanks, but the title-seperator is not invisible. :-(
may be another ideal?
Thanks, best regards
Guido
Hello Guido,
I am usually using also “visibility” as hidden.
#top .av-special-heading .special-heading-border {
display: none;
visibility:hidden;
}
Sometime I have to force it like this:
#top .av-special-heading .special-heading-border {
display: none !important;
visibility:hidden !important;
}
Best wishes,
Milan
Hello Milan, thanks, but the seperator is still visible.
It should not be :)
Please, clear cache plugins, your browser cache, also you can try to disable “CSS file merging and compression” for a short time in Enfold – Performance.