background css gets overridden
-
hello,
I have a custom page loaded into a child theme and a custom header to go with it also.
Im having a problem getting the custom page to change background.
I can see my newly applied css in firebug but it is over ridden by another class. I am stumped as to how to fix it.
The page can be found here – https://www.camelotmarquees.com/hot-tub-hire/
This is the css i have used,
body.page-id-948 { background-attachment: scroll; background-color: #EAEAEA; background-image: url("https://www.camelotmarquees.com/wp-content/uploads/2014/02/1272.png"); background-position: left top; background-repeat: repeat; }
As I say firebug shows the new css when veiwing the it in the console so why is the other code still over riding it and how do i fix it.
Thanks
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘background css gets overridden’ is closed to new replies.