Hello,
I follow your documentation at https://www.onedesigns.com/tutorials/enlightenment-documentation-theme-demo-home-page but I can’t find how to remove horizontal bar after content title and content.
In a preview image in “Changing the Page Design” section the bar still appears but it doesn’t appear in next content preview screenshot.
Can you let me know what I’m missing, please?
Cheers,
Marcin
I solved it with custom CSS, you might want to consider adding it to your documentation:
.entry-header, .hentry{
border-bottom: none !important;
}