Hi All,
I wanted to ask if there was a custom css option I could use for having a solid header on only the privacy policy page. The rest of the pages will have a gradient as the header.
The code I have currently is
//Stylized Header
body:not(.homepage) header#header {
background-color: #151515 !important;
}
This allows me to make the homepage specifically different but I want to make the privacy policy page different.