• Resolved kdvbtbiz

    (@kdvbtbiz)


    Hello guys I’m new to this and just started my own business website. I’m currently using the Responsive theme from cyberchimps and after messing around the colors of the style.css I can’t get the image of the maple leaves to appear on my home page! It appears on every other page. Anbody know how I can add it? I’m a complete beginner to coding.

    Edit: The image appears on my homepage only when I’m on the dashboard. But when I’m using another computer, it doesn’t appear.

    Website:klenovlist.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to the Custom CSS:

    body.home {
        background-attachment: fixed;
        background-color: #E8B835;
        background-image: url("https://www.klenovlist.com/wp-content/uploads/2013/08/fall-maple-leaves-christina-meeusen.jpg");
        background-position: right top;
        background-repeat: no-repeat;
    }

    Thread Starter kdvbtbiz

    (@kdvbtbiz)

    Thanks man it worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page Image not appearing?’ is closed to new replies.