Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Sep 2009
    Location
    Atlanta, Georgia
    Posts
    36
    Plugin Contributions
    0

    css problem Customizing classic template - changing color theme

    [FONT=&quot]I followed Kevin's instructions (westhost.com/blog/2009/05/14/customizing-zen-cart-part-1/#more-283) to modify the classic template by changing the color theme.[/FONT]

    [FONT=&quot]I have chosen as a new color: grey instead the blue Kevin [/FONT][FONT=&quot]did use[/FONT][FONT=&quot].[/FONT]

    [FONT=&quot]The problem I accoutered was that the left bar heading “Sponsors” turned out blue instead of grey. I did run it twice [/FONT][FONT=&quot]– same effect![/FONT]
    [FONT=&quot]
    [/FONT]

    [FONT=&quot]He referred to four tags, but this selection includes the one he used already, maybe there is one missing?
    [/FONT]



    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    #navEZPagesTop {
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    .productListing-rowheading {


    [FONT=&quot]Could somebody [/FONT][FONT=&quot]please explain how[/FONT][FONT=&quot] to change the entire template to a new color or find the missing tag?[/FONT]
    [FONT=&quot]
    [/FONT]

    [FONT=&quot] (Zen Cart Version 1.3.8[/FONT][FONT=&quot])[/FONT]

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Customizing classic template - changing color theme

    First of all, you shouldn't be making changes to the files in the classic folders. You should be creating your own custom template by copying the files you want to edit into your own folders. It's unfortunate that this isn't even mentioned in the tutorial you followed. Following the override/template system protects your changes from being overwritten by upgrades/updates which always include the classic folders.

    Secondly, if you're working online, it's easier for us to see what's happening and advise you on how to proceed if you give us a link to your site.

    Lastly, if you don't have the Firefox browser, get it and get the web developer add on for it which will allow you to tinker with the stylesheet and see the results immediately. You'll still have to save your changes locally and FTP them to your site.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Sep 2009
    Location
    Atlanta, Georgia
    Posts
    36
    Plugin Contributions
    0

    css problem Re: Customizing classic template - changing color theme

    Thanks afo - I will follow your guidelines and learn more about the override/template system.
    My future cart will be located here: http://www.ip-192.com/cart/ and shows the style sheet in question. The website itself is a WordPress blog (http://www.ip-192.com/) and I would like to add online shopping for my customers.
    I just read about the new Zen Cart version 2.0. This sounds great. Hopefully it comes soon, that I don’t have to start with the old one. I use HostGator and it would be easy for me to do a new installation before I get really online.

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Customizing classic template - changing color theme

    Don't wait for 2.0. It'll be a while before it's ready to be used on live sites. The beta hasn't even been released.

    To answer your question, look for this in your stylesheet:

    Code:
    #bannerboxHeading {
    	background-color: #0000CC;
    }
    and change it to

    Code:
    #bannerboxHeading {
    	background-color: #525252;
    }
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5
    Join Date
    Sep 2009
    Location
    Atlanta, Georgia
    Posts
    36
    Plugin Contributions
    0

    css problem Re: Customizing classic template - changing color theme

    Thanks, it was the missing tag.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Customizing classic template - changing color theme

    Or, if you don't want the bannerBoxHeading to be treated differently from all the other sidebox headings, you can just delete that whole rule and it will follow the same general rules as all the other sideboxes. That makes it simpler to adjust the sidebox colors again if you want to.

  7. #7
    Join Date
    Sep 2009
    Location
    Atlanta, Georgia
    Posts
    36
    Plugin Contributions
    0

    css problem Re: Customizing classic template - changing color theme

    You're right, it would even streamline the stylesheet.

  8. #8
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Customizing classic template - changing color theme

    You might also want to consider getting one of the free templates and using it as your starting point. You can see them "in action" at http://(sorry, site offline)/
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  9. #9
    Join Date
    Sep 2009
    Location
    Atlanta, Georgia
    Posts
    36
    Plugin Contributions
    0

    help question Re: Customizing classic template - changing color theme

    [FONT=&quot][FONT=Arial]Nice selection, "Mostly Grey" complements my blog website closely. It is important customers "feel like home". Now I need to change some fonts and colors to stay within the CI. Thanks so much for helping me get started quickly![/FONT]
    [/FONT]

  10. #10
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Customizing classic template - changing color theme

    When I saw what you were trying to do, I thought several of the free templates might work for you and save you some time. It'll also help you learn about creating custom templates without having to start from the beginning.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. change color of navbars on classic template
    By maryx in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Jun 2011, 05:56 PM
  2. Editing the Classic Theme
    By CompuWeb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Oct 2009, 05:26 PM
  3. Changing color in template
    By micatex in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Apr 2008, 11:32 PM
  4. Changing Classic Template
    By sibiya2000 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 31 May 2007, 12:25 PM
  5. My Classic Template Changed Color
    By B:G:C in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 6 Apr 2007, 10:20 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