Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56518
    Jesse
    Member

    I’m back again. I am needing to change the background of just one of my pages. http://www.casehardintexas.com/merch I have a very busy background for the rest of the site but with the woocommerce plugin it is very hard to read with the busy background and I would like to just add a simple background for this page.

    As always many thanks!!!

    #56545
    Sakin
    Keymaster

    @Jesse: This page don’t have ID in body class to make it specific. What you can do it change the background for all WooCommerce pages. For that you can add the image URL in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    body.custom-background.woocommerce {
        background-image: url("http://casehardintexas.com/wp-content/uploads/2015/03/nashville_broadway.jpg");
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change background of just one page’ is closed to new replies.