• Resolved day6artdepartment

    (@day6artdepartment)


    I’m using Custom css to control the background images on each page. For example:

    body.home {
    background: url(http://www.example.com/uploads/2013/01/Home-background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    }

    But I made the mistake of using the background color picker in the Appearance/Background panel, and it overwrote the background image on the homepage only. The custom CSS is still showing that everything is the same, but I cannot get my original image to display again.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Background Color’ is closed to new replies.