• Resolved Domat

    (@domat)


    I removed the page title from the page but I cannot figure out how to remove the line that was under it. The line right under the navbar.

    I would like to remove the line and have the main text be moved up and aligned with the sidebar.

    Please help:)

    The site is nykitchenreface.com/blog

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s this border:

    .page-header {
        border-bottom: 1px solid #EEEEEE;
    }

    Hopefully you are making changes in a child theme or custom CSS only — don’t change theme files or your changes will be lost when your theme is updated.

    Thread Starter Domat

    (@domat)

    Thanks for the help yogi. Much appreciated. I couldn’t find the text you put up there but it worked at removing the line when I added

    .page-header {
    border-bottom: 0px;
    }

    to the css.

    Hopefully that is a good way to fix it. The problem I still have is that their is still to much space between the navbar and the text. I would prefer the text aligns with the sidebar.

    Can you help with that?

    Actually, all you need to do is use the code you have above, but put “display: none;” in there. That gets rid of the space — which is actually being saved for the page header even though you took that out of the HTML, it’s still set in the CSS.

    Thread Starter Domat

    (@domat)

    You are awesome! Thank you sir:)

    You’re welcome, and BTW, it’s “m’am” except that I’m not really a m’am type – LOL!

    Thread Starter Domat

    (@domat)

    My apologies.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Line under title’ is closed to new replies.