Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2006
    Posts
    46
    Plugin Contributions
    0

    Default to change sidebox colors?

    I had a template made a while back and am trying to tweak it myself. I have found where MOST of the files are to change most of the colors the gal used.. (not all in one file either.... ?) However there are a few places that I cannot find which file to alter to change those colors.. (i have a feeling this file structure is a hot mess riddled with duplicate files..)

    The bar across the top of the sideboxes where the title shows-

    The strip along the top where the search bar is along with the login link-

    The strip along the bottom that shows the ezpage links i think it is-

    Im trying to change them both to the chocolate brown....

    Any help appreciated.. im trying to wing this.
    http://candles-made-from-soy.com/shop/

    MB

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Possible filename location to change sidebox colors?

    (i have a feeling this file structure is a hot mess riddled with duplicate files..)
    I bet if you open those files you will find they are different and if they are not they are probably override files for the template
    The bar across the top of the sideboxes where the title shows-
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #5F4020 ; /* brown */
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    }
    You are using tile_back.gif here, so you'll have to change that image to what you want (should be in includes/template/YOUR_CUSTOM_TEMPLATE/images
    The strip along the top where the search bar is along with the login link-

    The strip along the bottom that shows the ezpage links i think it is-
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #5F4020 ; /* brown */
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }
    You will note the navMainWrapper (for the top navigation) and NavSuppWrapper (for the ezpages in footer) are using the same tile_back.gif file as above, So if you want them to all match then just adjust that image and they will all change.

    Oh all of these color edits will be in the stylesheet for your custom template
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Aug 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Possible filename location to change sidebox colors?

    Quote Originally Posted by barco57 View Post
    Oh all of these color edits will be in the stylesheet for your custom template
    I went thru both the stylesheets and changed all the colors.. labeling them as i went along (as noted by the /* brown */) and those items did change for some reason!?

    Could it be because of that tile_back.gif? is that overridding the color change? I dont even know what that pic is, when i open it up its a sliver of color?? Do i even need that at all?

    Thanks for your help.

    MB

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Possible filename location to change sidebox colors?

    includes/templates/classic/images/tile_back.gif it is a 11 x 30 image in a brown color (obviously not the brown you want) remake in the right color and replace.....this is the easiest fix in your situation......could remove the image but then you would have to set height, text alignment.....for the sidebox headers.....and who wants to do all that work anyway when we can just replace 1 image and accomplish the same thing.....
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Aug 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Possible filename location to change sidebox colors?

    I did it! Wow, i would have never knew that... thanks Mike!

    If and when you get a chance.. there is a dark green color at the end of my header pic (far right side) that i cant figure out where is coming from or how to fix.. its not part of my header ~ im thinking its a pic underlying it?

    I've been tryin to figure this out for days.. thanks so much Mike. May the karma come back around to you!

    MB

  6. #6
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Possible filename location to change sidebox colors?

    Looks like there is an extra table cell in the header that has that color background and then the image loads to cover it. It also appears that all of the styling for this cell is hard coded into the header_tpl file
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 

Similar Threads

  1. How can I change link colors in header, without changing all other link colors?
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Jun 2012, 03:17 AM
  2. HELP, change header, footer, sidebox colors
    By jihitchco in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Jun 2008, 07:20 PM
  3. Change navigation and sidebox colors
    By PastGenToys in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Oct 2007, 01:58 AM
  4. All Sidebox Content Colors Won't Change
    By Lainee in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 May 2007, 05:02 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