Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default how to change the color of my zencart template

    Hi! have modified colors of my store by just searching the forum for similar issues but it seems i haven't find one like mine..

    i think this is easy but i just don't know where to locate the files to be modified..

    i want to change the color of my template from green to whatever i think is good - probably lighter color...

    how can i do that, can i modify that thru my stylesheet? what files do i need to modify??

    thank you very much..


  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    You appear to be referring to the background image that is used in these header areas:

    In your case, the image is probably located in:

    includes/templates/classic/images/tile_back.gif

    ... because that green vignette is the default in the classic template.


    Your stylesheet declarations that call the image are worded like this:

    Code:
    background-image:url(../images/tile_back.gif);
    ... so if you change the name and/or format of the image, you will have to make sure that the declarations are edited to reflect the new name/format:

    eg: you create an image called background.jpg

    Your stylesheet would then say

    Code:
    background-image:url(../images/background.jpg);
    Template usage:

    It is a good idea to create your own template system, not use the "classic" one. Please see posts and FAQ's on the "override system" for zencart.

  3. #3
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    thank you... i have uploaded an image to replace tile_back.gif

    and edited my style sheet replacing it with the image file name but its not working..

    is that what you mean? i'll replace the tile_back.gif?

    thanks!

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

    Default Re: how to change the color of my zencart template

    Looking at your stylesheet, all the references to tile_back.gif are still there.

    Which folder did you get the stylesheet.css file from?

  5. #5
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    hi! i just put it back again since its not working...


    please check again... i'll replace it with the another image...

    the image is 39 X 100... thanks

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    Quote Originally Posted by www.e-baguiocity.com View Post
    thank you... i have uploaded an image to replace tile_back.gif

    and edited my style sheet replacing it with the image file name but its not working..

    is that what you mean? i'll replace the tile_back.gif?

    thanks!
    It does not matter what name or format you give the image. You can keep the name as tile_back.gif if you want.

    All that matters is that your ZC must know what image it's looking for, and where the image lives.

    Currently, you are using the CLASSIC template, and under that template in the images folder:

    includes/templates/classic/images

    There is a file called tile_back.gif

    If you create a nice new PINK image - and call it tile_back.gif , then just FTP the new image to:

    includes/templates/classic/images

    and overwrite the existing image.

    Your header bars will now all be pink...

  7. #7
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    oh

    but how could this not work for me?? i even tried your avatar

    http://www.e-baguiocity.com/Commerce...irestcape.jpeg

    i'll replace that soon.. i just tested it..

    does it need to be the same size as the tile_back_gif??

    thanks!

  8. #8
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    If you wanted my avatar to be your background image, then yes... you have loaded it to the right folder !

    NOW

    change your stylesheet:

    includes/templates/classic/css/stylesheet.css

    Every reference to:
    Code:
    background-image:url(../images/tile_back.gif);
    Change to

    Code:
    background-image:url(../images/fairestcape.jpeg);
    ... and my avatar will tile across your box headers

  9. #9
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    yes i've done it here

    .productListing-rowheading {
    background-color: #abbbd3;
    background-image: url(../images/fairestcape.jpeg);
    height: 2em;
    color: #ffffff;

    yet its not working

  10. #10
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: how to change the color of my zencart template

    ah

    got it...

    i edited one and its ok

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/fairestcape.jpeg);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }

    thank you very very much... i think i can do it all


    yehey!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How can I change the font color of the links in the lower part fo the header
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2011, 06:00 PM
  2. how do I change the color of the addresses on the checkout step 1, 2 and 3 ?
    By jomadpt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Apr 2008, 03:37 AM
  3. How do I change the color of the actual template?
    By uruharacosplay in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jan 2008, 09:52 PM
  4. Replies: 0
    Last Post: 22 Aug 2007, 10:40 AM
  5. how do I change the color of my template
    By bargainsbykeith in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Feb 2007, 05:09 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR