Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    red flag how to change the font color of this one?

    I want to change the font color to white in all the heading of the product list.

    But why "product image" is white, while "item number" and "price" are not. I tried many ways but it still doesn't work. Therefore I come to ask experts for help! Thank you!

    You can see what I mean by clicking: http://www.roseforlove.com/index.php...ndex&cPath=5_3

    Lina

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

    Default Re: how to change the font color of this one?

    That's because "Item Number" and "Price" are links, not text.

    In your style sheet look for .productListing-rowheading beneath it ADD:

    Code:
    .productListing-rowheading a:link {
    	color: #ffff;
    	text-decoration: none;
    	}
    
    .productListing-rowheading a:visited {
    	color: #ffffff;
    	text-decoration: none;
    	}
    
    .productListing-rowheading a:hover {
    	color: #8488cf;
    	text-decoration: none;
    	}
    You can change the colors as you wish.

    Why do you have stylesheet_new and stylesheet_original? Anything that's the same in both stylesheet_original and stylesheet_new will be replaced by the settings in stylesheet_original. You'd be better off consolidating them into one stylesheet.
    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
    Apr 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: how to change the font color of this one?

    Hi, Afo

    I also need to change the "weight", "Item Name" and "Price" color from blue to white, but I could not make it work. the problem is where should I add the codes you given into following code?

    .productListing-rowheading {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    height: 2em;
    color: #FFFFFF;
    }

    Is it possible that you paste the code here please?

    very much appreciate your help!

    thank you!

  4. #4
    Join Date
    Nov 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: how to change the font color of this one?

    doubletiger,
    There is a typo in the post from "afo". The first color should have been #ffffff; not #ffff;
    If you change that it should work fine.

    I am running version 1.35 and added the code to lines 1339 to 1352 in stylesheet.css

    Hope that helps!

    newbey
    http://www.primitivehomedecors.com/

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

    Default Re: how to change the font color of this one?

    If you have multiple stylesheets, the last stylesheet that loads will take precedence over previous ones if the same information is found.

    It shouldn't matter where you paste the code in the stylesheet, but look for .productListing-rowheading and add what I posted after that.
    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

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

    Default Re: how to change the font color of this one?

    Ok... I looked at your stylesheet in Firefox (which I should have done BEFORE I wrote a reply!). Anyway, I'm seeing the column titles in white. Where aren't they white? The hover is blue, but the links/headers are white.
    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

  7. #7
    Join Date
    Nov 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: how to change the font color of this one?

    afo,
    The column headers ARE white now. (They were blue until late last week.) I was just trying to help out doubletiger.

    Thank you for the follow-up!
    newbey
    http://www.primitivehomedecors.com/

  8. #8
    Join Date
    Apr 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: how to change the font color of this one?

    Hi, Newbey and Afo,

    thank you both of you for help, I made it works.

 

 

Similar Threads

  1. How do I change the font color and font style for the tag line?
    By Beyond Dreams in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Feb 2013, 10:33 PM
  2. How can I change the font color of the links in the lower part fo the header
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2011, 06:00 PM
  3. How to change font color of ONE category title?
    By webwiz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2009, 06:19 PM
  4. How do I change the font color?
    By ichigoblack in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jun 2008, 06:41 PM
  5. How do I change this font color?
    By julia44 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 May 2007, 12:50 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