Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Help with #navMainCartSummary font color

    Hi,

    I've been changing my header around, altering colours and such like... The only stubborn item is my #navMainCartSummary which is in my stylesheet as this:

    PHP Code:
    #navMainCartSummary {
    positionrelativeleft870pxtop10px;
    width135px;
    height70px;
    text-alignleft;
    color#000000;

    I've changed the background to black now where it used to be white. I'm trying to make the text which appears when something is added to cart suit the black background but changing the color: #ffffff; seems to have no effect..

    Can anyone see how to change the font color here?

  2. #2
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Help with #navMainCartSummary font color

    you need to style the links within that block, so use;

    #navMainCartSummary a {color:#000;}
    #navMainCartSummary a:hover {color:#f00;}

    for example....
    ~Steve~

  3. #3
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Help with #navMainCartSummary font color

    Hi Steve, thanks for that. I've gone back to a white header now, but those styles will still be very handy.

 

 

Similar Threads

  1. Need help with Font Color. Font turned white!!!!
    By miamilures in forum General Questions
    Replies: 1
    Last Post: 15 Oct 2009, 05:04 AM
  2. Help with category font and size and color please :)
    By mike1234 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Jan 2009, 10:31 PM
  3. Help with header and footer font and color size
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Nov 2007, 06:35 PM
  4. font color help
    By oxicottin in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 5 Apr 2007, 04:57 AM
  5. I gotz probz with my font color
    By Rockdrala in forum Templates, Stylesheets, Page Layout
    Replies: 32
    Last Post: 4 Jul 2006, 01:46 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