How to make pages without the content being in boxes

Hey,
i recently noticed that your registration page:
https://colorlib.com/wp-signup.php
is made with the sparkling theme, but doesn’t have it’s content in these boxes like normally.

On a normal full with page for example their always is a line between the content and the background.
I would like to make a fullwidth homepage without the content being in a box.

Is their a way to make this possible like on your registration page?

Best regards,
nghtmre

Hi Nghtmre,

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

On a normal full with page for example their always is a line between the content and the background. I would like to make a fullwidth homepage without the content being in a box.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

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

Best Regards,
Movin

thank you very much.
This solved my problem :wink:

You are most welcome here :slight_smile: