• Resolved zer0blok

    (@zer0blok)


    The theme shows three horizontal-lines, (i) just below site-Title; (ii) at the end of a page /post; (iii) at the bottom of the page /post, just before the footer.

    I would like these not to be there. Possible with css?

    With thanks
    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi again ??

    Add these to the Customize > Additional CSS area of your site, and you should be all set.

    (i) just below site-Title

    .site-header {
        border-bottom: none;
    }

    (ii) at the end of a page /post

    .secondary-entry-meta:before {
        background: none;
    }

    (iii) at the bottom of the page /post, just before the footer

    .site-footer {
        border-top: none;
    }
    Thread Starter zer0blok

    (@zer0blok)

    David thanks, that’s worked a treat.
    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide horizontal-lines’ is closed to new replies.