Remove border from page content

Hi again,

How can I remove the border from pages and blog posts, but keep them on the archive masonry display? I can achieve removing all or removing them from just posts, but not removing from pages and posts and leaving them on the archive page.

Thanks!

Hi @felicityevans,

You can try adding the body.page-template and body.single-post before your custom CSS codes.

Example:

body.page-template .entry-wrap,
body.single-post.entry-wrap {
     border: none;
}

Hope it helps :slight_smile:

Sorry, no this didn’t work.
But after trial and error, I found that this worked:

.page .entry-wrap {
box-shadow: none;
border: none;
padding: 50px 0px;
}

Can you see if this could cause issues I’m not aware of?

Hi @felicityevans,

Please use a Blank - No Container | Header, Footer template to your page.



If that did not work, please clarify what border you’re referring to and provide us a direct URL where we can see the said border.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.