• It has been a few frustrating times to look for a way to have my site fitted with different sheet backgrounds. I o not find any real flexibility here. Having a general one time set Background is not the problem. Where I get a problem is when I try to change my background not on the page but on the sheet itself. I call it the sheet because it looks like one. The place were I can put some text or pictures. This default sheet background comes in only one colour, namely white. What a boring situation. I would like to be able to change the sheet’s background anytime I want. Would you not agree with me.

    I’m using the Twenty-Twelve theme. with WP version 3.7.1.
    I installed Background Manager Plugin used its setting options but again close but no cigar. I enven tried changing the code in the CSS style themes by adding the following.

    /*Begin additional CSS Styles)*/
    .page-id-73 .HOME {
    Background:URL(insert My URL) top left repeat !important;
    }
    /* End of additional CSS Style*/

    Again here no response.

    Can you help achieving my objective to change the Background of my different sheets.

    Kanobee

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d guess that .page-id-73 .HOME is invalid (you only need one of those), as is Background (CSS is case sensitive) but without seeing your site, quite impossible to help with CSS questions.

    You also should not modify theme files – use a child theme or custom CSS plugin.

    .HOME is not one of the default CSS classes in Twenty Twelve;

    please post link to your site for further suggestions.

    alternatively, you can use a browser inspection tool (like Firebug) to find out which page specific CSS classes are actually in your site…

    consider to ask in the ‘Background Manager Plugin’ forum http://wordpress.org/support/plugin/background-manager to find out if the plugin can do with Twenty Twelve what you want, and if maybe somebody has done that already.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Individual background for every different page???’ is closed to new replies.