Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Posts
    77
    Plugin Contributions
    0

    Default Text Color in New/Featured Products section

    I am trying to get the "New Products" and "Featured Products" text a different color than the black it is now on my site, http://www.dicapofoods.com/zc1302

    I can change it here:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #ffffff;
    	}
    But that changes a lot of other stuff, too.

    Any pointers?

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Text Color in New/Featured Products section

    You're heading in the right direction, but need to target the change more precisely. Try
    #whatsNew, #whatsNew a, #featuredProducts , #featuredProducts a {color:gray}
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Sep 2004
    Posts
    77
    Plugin Contributions
    0

    Default Re: Text Color in New/Featured Products section

    Looks like I need to learn moce .css!

    Thanks for the help!

  4. #4
    Join Date
    Sep 2004
    Posts
    77
    Plugin Contributions
    0

    Default Re: Text Color in New/Featured Products section

    I put
    Code:
    #whatsNew a, #whatsNew a:visited, #featuredProducts a, #featuredProducts a:visited, {color:#000000}
    
    #whatsNew,#featuredProducts {color:#ffffff}
    but now the prices below my New Items are whited out....

    How do I get them back to black?

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Text Color in New/Featured Products section

    OK.Slightly confused as to what you want to do. The thread title said that you wanted to change the text color in these sections, but now I'm suspecting that it's only the section headings that you want to change. If so take out
    #whatsNew,#featuredProducts {color:#ffffff}
    which is turning your text white and replace with
    h2.centerBoxHeading {color:white}
    to hit the headings only.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Sep 2004
    Posts
    77
    Plugin Contributions
    0

    Default Re: Text Color in New/Featured Products section

    Thank you for seeing through my inability to explain my problem.

    This totally fixed my problem on this issue.

 

 

Similar Threads

  1. v139h Adding Linked Text to New, Special and Featured Products Heading in Center Column
    By mlgsings in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Mar 2012, 10:07 AM
  2. text no color in new products
    By shadowcast in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Aug 2010, 05:32 PM
  3. Text color for "new Products" ?
    By sunnyspirit in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Aug 2009, 01:49 AM
  4. how to display text link in "New Products"、"Featured Products"....?
    By boy123 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 24 Dec 2006, 06:07 AM

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