Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    33
    Plugin Contributions
    0

    Default fighting with simple font color changes

    grrrrr...I am not a programmer, but this should be fairly simple and I can't get it! I know the wonderful Zen Cart community can help.

    (Yes, I have firefox developer toolkit)

    I cannot for the life of me get the font colors how I want them. I want the pink header and footer to have white fonts with a hover of black. Every time I try to change them I end up messing up the hover for my categories. I only fumble through CSS...it just doesn't make sense to me...

    Please help? Anyone? Thank you so much!!!

    http://www.octobersmith.com/kkcards
    ~osmith

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: fighting with simple font color changes

    Find your override folder stylesheet.css

    1. Add this:
    2. #navSupp ul li a {color: white;}

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: fighting with simple font color changes

    Sorry forgot to add this

    #navMain li a

  4. #4
    Join Date
    Oct 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: fighting with simple font color changes

    Thanks HareDo, that did the trick for the header...still can't get the footer working correctly, but at least the font is white again. (can't seem to get the footer to hover in pink--there is no hover)

    I am fine with it though.
    ~osmith

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: fighting with simple font color changes

    Quote Originally Posted by osmith View Post
    Thanks HareDo, that did the trick for the header...still can't get the footer working correctly, but at least the font is white again. (can't seem to get the footer to hover in pink--there is no hover)
    Edit the override folder stylesheet.css

    Find this:
    1. #navMain ul li a:hover, #navCatTabs ul li a:hover {
      color: #000000;
      }
    2. Add this to the declaration
    3. #navSupp ul li a:hover
    So our results will look like this:
    1. #navMain ul li a:hover, #navCatTabs ul li a:hover, #navSupp ul li a:hover {
      color: #000000;
      }
    Enjoy,

  6. #6
    Join Date
    Oct 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: fighting with simple font color changes

    AWESOME!!! It worked! Thank you so much! I realize my problem really lies with the lack of CSS knowledge I have. I was adding #navSupp ul li a a:hover

    Can you recommend a good book on CSS?

    Thanks again!!!
    ~osmith

 

 

Similar Threads

  1. Font color on all text changes color when clicked
    By mariasims in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Jul 2010, 08:15 AM
  2. Need help with Font Color. Font turned white!!!!
    By miamilures in forum General Questions
    Replies: 1
    Last Post: 15 Oct 2009, 05:04 AM
  3. Please HELP with a few simple Layout Changes.
    By richard_romanov in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Jun 2009, 03:28 PM
  4. Help with #navMainCartSummary font color
    By limelites in forum General Questions
    Replies: 2
    Last Post: 28 May 2009, 08:08 PM
  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