Remove Content Box and Border from all pages

Hi,
i recently made request about how to make a fullwidth homepage without the content being in a box like on your registration page and you send me this code:

body.page-template-page-fullwidth .post-inner-content {
background: transparent;
border: 0;
}

wich works fine.

Now i would like to have the contend not to be in boxes on all pages and posts of my website.
Is there a similar solution?

Best regards

Hi @nghtmre,

I hope you are well today and thank you for your question.

You have to use the following CSS code to make it work on all pages.

#page .post-inner-content {
background: transparent;
border: 0;
}

Best Regards,
Movin

ok thanks,
that works nicely, but the sidebar still has borders.

Best regards.

You are most welcome here :slight_smile: