Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26539
    Jonathan Walsh
    Guest

    Aloha BoldGrid,  I want to use my background image only on my homepage.  I cannot seem to remove the image on subsequent pages.  How do I leave the background blank on all other pages besides the homepage?   Mahalo, Jonathan

    #26600
    Jesse Owens
    Keymaster

    Hi Jonathan-

    Normally you can accomplish this with a little bit of custom CSS, as demonstrated in this forum post.

    However, I checked out the website you sent over privately and it doesn’t look like you’re not using the “Home” page template for your homepage.

    If you’d like to use the solution found in that post, you’ll need to edit your home page and change the template from “Default” to “Home,” and then add the Custom CSS to match your background (white):

    body.page-template-default.custom-background {
     background-image: none;
     background-color: #ffffff;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Need background image only on homepage’ is closed to new replies.