Changing background color for a specific page
-
Hello, Please I need help changing background color for a specific website page to black using CSS class but those changes that I made are not applied to the page, I started the code like these
.page-id-422 {background-color: #000000;}
As It doesn’t applies I changed it to
.page-id-422 {background-color: #000000 !important;}
Upon all this the color doesn’t still change I then change the code to
body.page.page-id-422 {background-color: #000000 !important;}
Not Working I changed to
body.page-id-422 { background-color: black; }
I don’t Know what prevent the color from changing, please anyone have another idea to changing the color because I don’t have any other ideas for doing this. Please help thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing background color for a specific page’ is closed to new replies.