How to change the background color of a single page on the Impulse theme

I am trying to change the background color of the custom SeaDek colors page of the https://performancesailtools.com/pages/custom-seadek website to white. Please let me know how to either fill in the color of the grid tables there or the entire background color of a single page. Thank you.

Hi @PerfSailTools ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

#custom-seadek .page-container {
    background-color: #ffffff !important;
}

Hope it helps!