Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2006
    Posts
    7
    Plugin Contributions
    0

    customer issue Header Bar Text Colour Change

    I need to change the menu text colour in the header bar above the products when viewing product listings BUT not the colour of the product names, it would seem that they use the same settings, I have located the setting that change the text colour in the stylesheet:

    a:link, #navEZPagesTOC ul li a {
    color: #000000;
    text-decoration: none;
    }

    Can anyone help me to separate the header text from the product text. Many thanks all

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Header Bar Text Colour Change

    Please refer to the topic below, it may be what you want.
    problem with productListing-heading css

    .
    A New Starter again

  3. #3
    Join Date
    Mar 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Header Bar Text Colour Change

    Hi, that seems to be the answer but i am a unsure where i put the code so that it will be for the correct table, how do i find thew file and name. i am new to this so please be simple. Thanks

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Header Bar Text Colour Change

    You can insert it into the end of your stylesheet.css to test.
    A New Starter again

  5. #5
    Join Date
    Mar 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Header Bar Text Colour Change

    Great I will have a play and see. Thanks

  6. #6
    Join Date
    Mar 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Header Bar Text Colour Change

    Hi
    I have added the text and it works for the 1st column “Product image” & the “hover” colour on the other coloumns but the main colour in the other columns is still the same. Do you know what could be over riding the changes ?

    I added this at the end of the style sheet:


    #listCell0-0.productListing-heading {
    color: white;
    }

    #listCell0-1.productListing-heading {
    color: white;
    }

    #listCell0-1.productListing-heading a:hover {
    color: red;
    }

    #listCell0-2.productListing-heading {
    color: white;
    }

    #listCell0-2.productListing-heading a:hover {
    color: red;
    }

    #listCell0-3.productListing-heading {
    color: white;
    }

    #listCell0-3.productListing-heading a:hover {
    color: red;
    }

    #listCell0-4.productListing-heading {
    color: white;
    }

    #listCell0-4.productListing-heading a:hover {
    color: red;
    }

  7. #7
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Header Bar Text Colour Change

    The code followed only for the 1st column heading and it is used for the image by the default install.
    Since it not a link, only need:
    Code:
    #listCell0-0.productListing-heading {
    color: white;
    }
    Other then the 1st column heading, the column headings are for link, it need:
    Code:
    #listCell0-1.productListing-heading a {
    color: white;
    }
    
    #listCell0-1.productListing-heading a:hover {
    color: red;
    }
    A New Starter again

  8. #8
    Join Date
    Mar 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Header Bar Text Colour Change

    Many thanks, that works well.

  9. #9
    Join Date
    Dec 2006
    Location
    Tokyo, Melbourne, Shanghai
    Posts
    102
    Plugin Contributions
    0

    Default Re: Header Bar Text Colour Change

    G'day guys. Thanks for this post.

    I have precisely the problem described above by rkharris above but when I add the code suggested to my css, nothing changes.

    Seethrou, you do mention something about “image” in your reply, do you mean that this text is only for pictures or something?

    Pardon me, I think ya already know but, I’m still lost. Could ya please assist. Thank you in advance.

  10. #10
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Header Bar Text Colour Change

    With refer to the “image” in my reply above is the "Product Image", of which is in the first column and is the default display of the demo products. Other than this "image" in first column, the other columns are with "link" attribute.

    Pls refer to the image attached.

    Last edited by seethrou; 21 Dec 2006 at 10:36 AM.
    A New Starter again

 

 

Similar Threads

  1. Change colour of product listing bar
    By Csenge in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Jul 2011, 07:31 PM
  2. Header text colour
    By ephotozine in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Feb 2011, 12:16 PM
  3. problem changing text colour on top ez pages bar
    By artifaxworthing in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 1 Jun 2010, 06:58 PM
  4. I want to change the Text in the header Bar?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 10 Oct 2007, 07:00 PM
  5. Change text colour invoice
    By Carl in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Dec 2006, 12:07 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR