Site logo

Archived topic

How Do I remove the border from around my page please?

9 replies · Started by Daniel on October 4, 2022

Viewing posts 1–10 of 10

Hi Daniel,

In Appearance > Customize > Layout > Container, try increasing the Container Width to a high value like 2000px.

Hi Fernando, I don't want that border around my about us page at all is there any way for me to remove it with CSS, please?

https://postimg.cc/xXw2ZbZ5 Here is the link to my page with the border around it. I would like to remove it from all pages and post please. How do you do it with CSS?

To clarify, do you want all pages and posts to be full width? Or just remove the Off-white "border".

If you just want to remove the Off-white "border", you can do so by selecting an identical color for your Body Background in Appearance > Customize > Colors > Body > Background, similar to the Content Background color.

Let us know.

That doesn't work. It still has an outline around the content

Hi there,

go to Customizer > Additional CSS and Delete this CSS rule:


body:not(.single-post) .inside-article, .sidebar .widget, .comments-area {
    border-right: 2px solid rgba(0, 0, 0, 0.00);
    border-bottom: 2px solid rgba(0, 0, 0, 0.00);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

Thank you that got it done!

Glad to hear that

This archived topic is closed to new replies.