Remove horizontal bar after content title and content

Viewing 2 posts - 1 through 2 (of 2 total)
  • #21612
    fjmarcin
    Participant

    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

    #21620
    fjmarcin
    Participant

    I solved it with custom CSS, you might want to consider adding it to your documentation:

    .entry-header, .hentry{
      border-bottom: none !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.