Wallpaper Script Forum » Themes and Templates

Page background color

(8 posts)
  1. hey can some one help me iv been looking at this stlye sheet for an hour am going insane here tryin to find it

    i know you can edit the PAGE BACKGROUND in themes then select the color but i dont want a page back what so ever i want it gone lol as in nothing i just want to see the background color to show

    iv tryd deleting images i removed all the css that i could find related to the page back ground and i just cant get rid of it

    any help would be great thanks

    Posted 2 years ago #
  2. Hi

    What exactly do you want to do, just change the color or add an image as a background?

    1.To change the background color you have to go to manage themes and change page background to the color of your choice.
    2.If you want to add an image as background go to your style.css and replace
    "background-image:url("images/background1.png");
    background-repeat:no-repeat;"
    with
    "background:url(images/bgd.jpg) no-repeat top center #000;
    background-attachment:fixed;"
    where bgd.jpg is your background image
    After editing both style.css and themes from the admin menu you MUST click on "clear all cache" in order to view the changes.

    Hope this helps.

    Posted 2 years ago #
  3. For custom template or managed wallpaper site services including Design , promotion and Content Management, development of Direct Ad Channels, maximising adsense earnings : nishkrant [at] gmail.com

    Posted 2 years ago #
  4. if you want the color to not show at all put transparent there.

    Posted 2 years ago #
  5. Can I change the PAGE BACKGROUND of "original version" - full size ? For example on
    http://www.3d-anaglyph.com/view/3d___house_at_beach-normal.html

    I need black background, not white. For anaglyph it is very important. Thanks for help.

    Posted 2 years ago #
  6. u should be able to do it in view.tpl i believe..

    Posted 2 years ago #
  7. Yes, it works.
    <body style="background-color: black">
    Thank you very much.

    Posted 2 years ago #
  8. my pleasure

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.