Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26
  1. #21
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Customizing classic green bits

    Damiana - in many cases there is a class or id given in the php file which is not defined in the stylesheet. In this case, just write a definition following the style of appropriate others, and it will be applied.

    Techwizard - Filezilla from Sourceforge is a well-recommended free FTP client.
    For your second question, it would be much easier to answer if you post a URL so we can actually see what is happening.

  2. #22
    Join Date
    Nov 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Customizing classic green bits

    Hello
    Thanks, but I don't understand what you mean, I'm a beginner at this and virtually everything is going my head.
    I've been altering the css sheet via the file manager on my server control panel.
    I used filezilla to upload the zen cart in the first place but I can't work out how you do anything else on it.
    Can you advise me what to do in really simple language :) ?

  3. #23
    Join Date
    Nov 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Customizing classic green bits

    Sorry I wrote the last post late at night.
    Could you advise me what to add or change to alter the colour of the green parts on the classic template? Or where I can get this information. I've read all the instructions in the faqs etc and browsed this forum but as a complete beginner I'm afraid I don't understand them.
    Thanks

  4. #24
    Join Date
    Sep 2006
    Location
    West of Ireland
    Posts
    174
    Plugin Contributions
    0

    Default Re: Customizing classic green bits

    The first few posts in this thread should help you with this. but be carefull and make sure you don't miss anything out or something like that, it worked fine for me in the end but only after a few false starts were I accidently deleted " marks etc.

    I recommend that if your not then you should use override system if your not already, I resisted bothering myself when I started and looking back things would've been that little bit simpler if I had off.
    simply copy all the current files of a directory into a new one at the same level called /your_template/ or whatever you like, then make the alterations to those files instead of the original ones.
    Some changes don't seem to happen without using overrides and some just ave unexpected results.
    It also means you've a set of the original to fall back on if need be and makes updating easier.

  5. #25
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Customizing classic green bits

    Good advice, wolf99.

    damiana,

    If customizing your_template from the 1.3.6 ver Classic,
    look for instances of tile_back.gif in your stylesheet.
    There are four instances of it in the stylesheet.
    You would either alter the color of the .gif, replace it with your own 11x30px .gif
    (named the same) or remove the reference to background-image from the stylesheet and just use a background-color.

    Example:

    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    }

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633; (this is the green footer on the sideboxes)
    margin-top: 1.5em;
    }
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  6. #26
    Join Date
    Nov 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Customizing classic green bits

    Hello
    Thanks so much for your help! I removed the lines about the background image and now I can change the colour :)

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Editing Classic Green Template??
    By Jumbotron in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Feb 2012, 12:44 AM
  2. Removing Price From Title -Classic Green
    By r.muinos in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Sep 2011, 03:23 PM
  3. Classic Contemporary Green Has me Locked in Template Selection
    By bstainback in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 May 2011, 10:13 PM
  4. Classic Green template help required!
    By optimalwebsite in forum General Questions
    Replies: 2
    Last Post: 16 Apr 2008, 03:44 PM
  5. Testing classic green layout's adaptability
    By cochlear in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 May 2007, 10:26 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