• Hi –

    Level: novice

    I am trying to remove the thick black border (or replace with a thinner one of a different color) from around the Twenty Sixteen theme.

    I have created a child theme and now have a stylesheet to which I can add my own css.

    I have looked in the Twenty Sixteen stylesheet but cannot find the existing border’s css that needs to be changed.

    Can someone please point me in the right direction?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this to the css:

    #page {
    margin: 0;
    }

    You can ply with the margin size.

    Sorry, there is also these strange bars at the top+bottom of the site in that theme, try adding this too:

    body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none;
    }

    scottat

    (@scottat)

    Super helpful – thx!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Sixteen Border’ is closed to new replies.