How to change/customize the background color on a separate page

Homepage Community Forums Epik Theme Support How to change/customize the background color on a separate page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9208
    mroberts10
    Customer

      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

      #9216
      Wes
      Moderator

        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.

        #9223
        mroberts10
        Customer

          Hi Wes, super that worked. Now I just need to remove the border around the white space. Any hints there?

          #9225
          Wes
          Moderator

            I don’t see a border…..I’m guessing you got it working?

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.