Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default How to add a background image??

    I've looked everywhere and cant find out how to add a background image to my site..

    I've found out how to add a image to my columns,
    I've found out how to add a image to my text section,
    BUT NOT TO THE BACKGROUND!!

    My site is lfswear.com

  2. #2
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: How to add a background image??

    Quote Originally Posted by dddmx3 View Post
    I've looked everywhere and cant find out how to add a background image to my site..

    I've found out how to add a image to my columns,
    I've found out how to add a image to my text section,
    BUT NOT TO THE BACKGROUND!!

    My site is lfswear.com
    in your stylesheet.css file, find the body tag and add background-image: url(../images/yourimage.jpg); to it...
    as below,

    Code:
    body {
        margin: 0;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 62.5%;
        color: #000000;
        background-color: #e5edf5;
        background-image: url(../images/yourimage.jpg);
    }
    Dave
    Always forward thinking... Lost my mind!

  3. #3
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: How to add a background image??

    Thank you, but How do I make the white part 80% transparent

    and the header?
    Last edited by dddmx3; 26 Jul 2010 at 07:03 AM.

 

 

Similar Threads

  1. how do I add a background image BEHIND?
    By jviney in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 May 2011, 04:49 PM
  2. How do I add a background image (custom box) for the product attributes section?
    By mleahy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 28 Mar 2011, 07:53 PM
  3. How to add a background image to the header?
    By Twaddle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Jan 2010, 01:10 PM
  4. add background image to a attribute then have that background image act as hyperlink
    By sike1234 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 14 Nov 2008, 05:38 PM
  5. how do I add a background image to all of my pages
    By hoygs740 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Sep 2008, 07:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg