changing the background on individual pages

  • Unknown's avatar

    I need help with changing the back ground on four of my website pages.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the Happiness Engineer that helped you in Live Chat left me some notes here, so I believe I understand what you are wanting. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and see if this gets you what you are wanting. I’ve hidden the header image and site title on pages other than the home page, and removed the image in the content area and added #000ff as the background color behind the content.

    body:not(.home).custom-background {
    background-image: none !important;
    background-color: #0000ff;
    }
    body:not(.home) .custom-header-image {
      display: none;
    }
    @media screen and (min-width: 960px) {
      body:not(.home) .site-content {
       padding-top: 150px;
      }
    }
  • Unknown's avatar

    Thank you for the CSS Code. how can i add an email to the contact page

  • Unknown's avatar

    Hi, I see you have emails and phone numbers and such on your contact page. Do you still need help with this?

  • The topic ‘changing the background on individual pages’ is closed to new replies.