Background color of just one page - Impulse Theme

Hello Everyone

I am trying to change the background color of my FAQ page to white.

I am using the Impulse theme.

I have added this code already but not working

/* page background color faq*/

.template-help-faqs .page-container {
background-color: #ffffff;
}

can anyone help.

Here is my site and password:

www.thebodyshop.mu

cleeth

Thanks

@TBS2022 Please add this class in theme.css file.

body.template-page {

background-color: #fff;

}

Hope this help you.

This unfortunately changes all the pages not only the one

@TBS2022

Please share your layout/theme.liquid file code.

Thanks!

@TBS2022

add this code to your theme.css file.

Navigate to online store >> Click edit theme code.

Now find theme.css and paste the following code:

#shopify-section-template--15548967190754__faq{background: #ffffff !important;
    margin: 0 !important;
    padding: 37px !important;
}

amazing! that worked great - thanks