Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2009
    Posts
    21
    Plugin Contributions
    0

    Default Changing Catagory Header Background Color

    I am new to the zen cart world but am having a great time with it. My code knowledge is pretty limited. I am looking to change the black category boxes on the left side of this page. Thanks for your help in advance.

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

    Default Re: Changing Catagory Header Background Color

    Find this in your stylesheet:

    h3.rightBoxHeading, h3.leftBoxHeading {
    margin:0;
    color: #fff;
    font: 11px verdana, arial, sans-serif;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 4px;

    background-image: url(../images/heading-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    text-align:left;
    }


    Remove the line in red if you want just a regular box header, or change the image name to the other image you've selected.

  3. #3
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Changing Catagory Header Background Color

    Doing 'h3.rightBoxHeading, h3.leftBoxHeading ' will change all the colours or images for the headings in the left and right hand side boxes...

    If you wanted to get more specific and have different colours for a different sidebox, then this can be done aswel.

    Here are afew examples : -

    #categoriesHeading
    {
    background-color: #000;
    }

    OR

    #informationHeading
    {
    background-color: #f00;
    }


    :)

  4. #4
    Join Date
    Jul 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Changing Catagory Header Background Color

    Thank you so much for your help. It worked a charm.

    Since this thread is helping me, I am gonna ask another question.

    I am looking to control where my category thumbnails appear.

    Can someone point me to the css or control panel option for that.

    Thank you again.

    Simon

  5. #5
    Join Date
    Jul 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Changing Catagory Header Background Color

    Ok so if you go to the homepage above the banner picture is the word "home" which is the banner heading. Any idea how to remove this? Thank again to everyone in this excellent forum...

  6. #6
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Changing Catagory Header Background Color

    Its actually the 'Navigation Breadcrumbs' rahter that a banner heading.....but if you want to disable this then go to

    Admin panel - Configuration - Layout settings
    and find Define Breadcrumb Status......set this to '0' if you want to completly disable it.


    I would advise to keep this on as its very useful from a accessibility point of view and is useful for customers to know where they are on your site.

  7. #7
    Join Date
    Jul 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Changing Catagory Header Background Color

    Thank you so much. I agree breadcrumbs are helpful. I just thought on the home page it would be nice to have it gone. I will leave it if the only way to change it is system wide. Thanks again. Love this forum!
    S

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

    Default Re: Changing Catagory Header Background Color

    No, you can turn it off on the main page - Admin - Configuration - Layout Settings - Define Breadcrumb Status

  9. #9
    Join Date
    Jul 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Changing Catagory Header Background Color

    PERFECTION!

 

 

Similar Threads

  1. Changing Background Color on Main Page Header ....
    By Horrific_ending in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Dec 2010, 07:38 PM
  2. Changing Background color of HOME--Login Header/banner
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Dec 2009, 08:15 PM
  3. Changing Background Color??
    By outlawcat in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 May 2009, 04:00 AM
  4. Changing header bar and left column background color
    By mydlam in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Jun 2008, 07:13 AM
  5. Help - Changing a background color in my header
    By CheapStairParts in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Mar 2008, 08:29 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