- This topic has 3 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › How to change/customize the background color on a separate page
If you look at toffeetext.com on the about page you’ll see the white body with the black background. I used the black background on the front, but for this about page and the contact page I want to use a white background so that it all blends together.
Is a way to do that?
Cheers,
Michael
You can add the page id in your css and then add the background color you want for that particular page.
Example, your contact page ID is 63, so if you add this to your css it will show up with a white background for that particular page –
.page-id-63 {
background: #fff !important;
}
You can do the same for your other pages by finding out the ID and adding the backgrounds.
Hi Wes, super that worked. Now I just need to remove the border around the white space. Any hints there?
I don’t see a border…..I’m guessing you got it working?