Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    45
    Plugin Contributions
    0

    Default Changing the look to add my own colourful image background

    Hi
    I have a question - I am trying to add a my own colourful image background to the two grey columns on either side of mypage. I apologise in advance if this is somewhere else, have done lots googling but got even more confused cause I am not sure what needs to be changed. I have been viewing this in box explorer and firefox.




    Please can someone help!
    Bridget

    my site is : www.design21works.com/store

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing zencart's look

    You would want to change the body element in your stylesheet by adding a background-image something like this:

    body {
    background-image: url(../images/yourimage.jpg);
    background-repeat: repeat;
    background-color: #FFFFFF;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
    }


    Images that can be tiled work best for this, to allow for different viewer screen resolutions.

 

 

Similar Threads

  1. Adding your own background image
    By bchilli in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 29 Sep 2009, 04:57 AM
  2. Changing the look of the add'l images box to match template
    By laurahowes in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jun 2009, 02:31 AM
  3. 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
  4. Customizing the look of the header Search form. Submit image and background color.
    By immersive in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 May 2007, 07:51 AM

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