Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2006
    Posts
    90
    Plugin Contributions
    0

    Default cant find backgroundq

    Hiya,

    Im trying to customise my site, and using the Future template hosted on here.

    Alot of the background is a blue colour as anyone who has used it knows - but im trying to remove all of these blue backgrounds so I can lie my premade background underneath, ive searched for all of the references to the colour (#E5EDF5) and rmeoved them....

    ...apart from the one at the top, and in the left and right boxes either side of the site (which i dont need anyway as im implementing a naviagation at the top).

    Could anyone tell me as to where these blue colours may be referenced so i could remove them?

    Address:

    http://www.shopretro.co.uk/sr/index.php?main_page=login

  2. #2
    Join Date
    Nov 2005
    Posts
    54
    Plugin Contributions
    0

    Default Re: cant find backgroundq

    In your stylesheet, it should be the 'TABLE.headerNavigation'. Below is what mine has, obviously you will have different hex #'s but.......

    TABLE.headerNavigation {
    background-color: #009999;
    border-right: 1px solid #009999;
    border-left: 1px solid #009999;
    border-bottom: 1px solid #009999;
    width: 775px !important;
    }

    and also 'TR.footertop':

    TR.footertop {
    background: #009999;
    font-size: 11px;
    }

    Hopefully this helps you out.

    EDIT - sorry, forgot about the part where you said you were using future template......not sure this will be the same, never used that.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: cant find backgroundq

    I am assuming that you are talking about the fullscreen background color find this right at the top of your future zen stylesheet.css file:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #e5edf5;
    	}
    It is the #e5edf5 code that is the powderblue .

    You can replace this with your image that you want to use. something like this:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-image:url(../images/your_image.jpg);
    	}
    The ../images refers to the main image directory in Zen Cart
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: cant find backgroundq

    The ../images refers to the main image directory in Zen Cart
    Actually that referrs to the template's image directory. The path is relative to the CSS location.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: cant find backgroundq

    I am a bit late getting back to this but thanks for the catch on the location.

    Too many posts...So little time...
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Cant find...
    By k23m in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Sep 2008, 03:55 PM
  2. still cant find it...
    By cbobting in forum General Questions
    Replies: 1
    Last Post: 30 Jul 2007, 07:11 PM
  3. cant find
    By g0d4lm1ty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Dec 2006, 06:01 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