Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44042
    Steve
    Participant

    Hi Sakin,

    maybe this has been asked before…
    just couldn’t find a topic for it 🙁

    (webpage-address: http://www.wowow.eu [test-site])

    I’d like to have an individual background(-picture) for certain pages within our website. I’ve found a plugins, which allows to change the browser-background for a page (i.e. “Custom Background Extended”), but not a way to JUST define/change the background of the page/article itself.
    To make it a bit more clear…
    If you go to [http://www.wowow.eu/?page_id=133], you’ll find a browser-background of blue screws and a page/artikel-background, which is white.
    Is there a way to substitute the white with either a different color or even with a picture?
    If possible, is there a plugin to manage this??

    Thanks in advance,
    cheers,

    Steve

    #44052
    Sakin
    Keymaster

    Hi Steve,

    Yes, for background image you need to use plugin and I recommend you to search at http://wordpress.org/plugins/ but if you are trying to change background color only then you can use Custom CSS to change it. For example, to change the white color of page http://www.wowow.eu/?page_id=133 to dark blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .page-id-133 #main { background-color: #306aa2; }

    Regards,
    Sakin

    #44061
    Steve
    Participant

    Good morning Sakin,

    first of all – thanks for the quick response and help.

    The solution works fine and for using an image to be
    displayed (instead of a color-change) I’ve just used

    .page-id-133 #main { background-image: url(“[some valid url]”); }

    This totally solved my “problems” 🙂

    Nevertheless, if you (or someone) knows a plugin, that manages this task…
    I’d be glad to try it 🙂

    Regards,
    Steve

    #44064
    Sakin
    Keymaster

    @Steve: Cool that it worked for you. Sorry we cannot recommend these type of plugin. As plugin are very sensitive and it’s really difficult to audit and check with one is best.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom picture/background for individual pages’ is closed to new replies.