Hi,
I currently design a small, super-minimalistic website based on enfold.
My initial intention was to display a 50px h1 title page without the breadcrumb.
I did not succeed doing so removed the “stretch full title container” by applying the following custom CSS already discussed on the forum.
.stretch_full.title_container {
display: none;
}
However, there still is a need to display h1 titles for proper legibility and SEO. Thus my question:
I how do I remove the horizontal ruler coming next to prestyled h1, running along the page width?
Thanks
Hey,
Can you give us a screenshot? Please try this:
.container_wrap {
border: none;
}
Regards,
Ismael
Hi back Ismael,
Thank you. So fast an answer I can’t believe…
The support for Enfold is f-a-n-t-a-s-t-i-c compared to other themes teams.
Your solution is interesting but not what I was looking for. Found it and here’s what does the trick.
In custosm CSS paste the following
.special-heading-border {
display: none;
}
Voila. Alexoidea