Support » Theme: Restaurateur » Remove border from top of pages/posts

  • I’m trying to figure out how to remove the thin, 1px border that appears at the top of each post/page. I’ve been fiddling around with the CSS in a child theme but can’t quite figure out how to remove it. Any help appreciated. Thank you, and lovely theme!

    Here’s my site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just started messing with this theme and have had to change a lot of css. One of the things that I wanted to change was exactly that.

    Try adding this to you child theme style.css

    article[id*=post-] {
    border-top: none !important;
    }

    Have fun!

    jeyon001

    (@jeyon001)

    thanks slappman – i was looking for a solution too – your code worked great

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove border from top of pages/posts’ is closed to new replies.