-
Posts
3 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by distinctivegame
-
-
-
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.
MAKING HEADER DIFFERENT ON PRIVACY POLICY PAGE TO THE REST OF WEBSITE
in Customize with code
Posted
Hi,
Yes this is intended but I also have a solid colour in all the other pages ( other than home page )
I would like to have the gradient on the home page on every other page... other than the privacy policy which needs to be a solid block.
Hope this makes sense?