Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2008
    Posts
    83
    Plugin Contributions
    0

    Default Color adjustment..

    Hi there..

    I want to change the color of the "New products for May" bar in IE.. In firefox it's not showing so I can't use firebug to find where to change it.. Can anybody help me?
    Hugs..
    Sine
    My store-to-be..

  2. #2
    Join Date
    Apr 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Color adjustment..

    Have I expressed my request badly, or is there simply noone who can help me on this?

    It's the header of the box in the main area about half way down.. The "Customers who bought this product also purchased..." bar..

    http://www.bysine.com/index.php?main...roducts_id=200
    Hugs..
    Sine
    My store-to-be..

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Color adjustment..

    I believe if you find this bit in your stylesheet:

    Code:
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
        margin: 0em;
        background-color: #abbbd3;
        background-image: url(../images/tile_back.gif);
        padding: 0.5em 0.2em;
        }
    Separate the centerbox heading so you have two seperate ones:

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

    Code:
    .centerBoxHeading {
        margin: 0em;
        background-color: #abbbd3;
        background-image: url(../images/tile_back.gif);
        padding: 0.5em 0.2em;
        }
    Then you can change the centerbox one to suit :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Color adjustment..

    Quote Originally Posted by Azeela View Post
    Have I expressed my request badly, or is there simply noone who can help me on this?

    It's the header of the box in the main area about half way down.. The "Customers who bought this product also purchased..." bar..

    http://www.bysine.com/index.php?main...roducts_id=200
    A,
    They will show up if you place your images in:
    1. root/ images
    2. includes/ templates/ classic/ css/ stylesheet.css
    No the classic template, Dreaded for upgrades in the future

    "The Override Folders"

    We need to step back, just a little..

    1. Using the override system means you don't have to worry about over-writing your custom files when an upgrade comes along, because they are all in custom directories you will create below.
    2. Click on the link below, notice the tutorial/faqs on the top right hand side
    3. http://www.zen-cart.com/forum/
    4. Notice the blue header bar, click Index
    5. Scroll down to override system, click
    6. click on the override system really simplified, https://www.zen-cart.com/tutorials/i...hp?article=143
    7. you will need to use a ftp program and create these folders
    8. now read this article
    9. https://www.zen-cart.com/tutorials/i...hp?article=142
    10. after you finish that little step, read the article below
    11. https://www.zen-cart.com/tutorials/i...hp?article=230
    12. So, now when you want to edit a .php file, first upload the file to your custom folder and then edit the puppy..

    When you get finished with this, read in the Tutorials/FAQS, to move your files from classic to your new override template you have created...

  5. #5
    Join Date
    Apr 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Color adjustment..

    The problem wasn't that they didn't show up in FF.. It was the color in IE..
    I simply changed all the #abbbd3's to the right color.. Now everything has the right color! Thanks!
    For some reason I just couldn't find what color I was to change.. :)

    And Haredo: I will make those override things.. I just find it a wee bit complicated and am saving courage to get to it.. LOL
    Lack of sleep might also have something to do with it, but I just can't seem to get myself to it at the moment.. But I will!! I promise!! ;)
    Hugs..
    Sine
    My store-to-be..

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Color adjustment..

    Az,
    Don't be afraid, if you don't try and make the changes, just wait till the next upgrade and you will be building the whole cart again instead of minor adjustments..

    Remember to read the Tutorials/FAQS at the top of this page and take time to read about the structure and building process of Zen Cart..

 

 

Similar Threads

  1. v139h Need Header Adjustment
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Feb 2013, 05:04 PM
  2. Time Adjustment
    By Bruce1952 in forum General Questions
    Replies: 1
    Last Post: 26 Mar 2010, 07:03 AM
  3. Head adjustment issue
    By poseidonairsoft in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Oct 2009, 10:16 PM
  4. Template adjustment
    By Rob905 in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 19 Mar 2008, 08:15 PM
  5. Time Adjustment
    By A-1 Electronics in forum Customization from the Admin
    Replies: 3
    Last Post: 11 Apr 2007, 06:56 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