Results 1 to 8 of 8

Hybrid View

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

    Default Re: CSS help please.

    "Important" hack —› color: #008000 !important;
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  2. #2
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: CSS help please.

    If I change

    A.category-top, A.category-top:visited {
    color: #ca2721;
    text-decoration: none;
    }

    to
    a.category-top:visited {
    color:#000000;
    }

    and move it, it makes the text in the category box black which I want red...
    Yes but did you try it like this:

    a.category-top {
    color: #ca2721;
    text-decoration: none;
    }

    a.category-top:visited {
    color: #000000;
    text-decoration: none;
    }


    which is what I mean't (sorry if I didn't explain very well)

  3. #3
    Join Date
    Jul 2007
    Location
    UK? US?
    Posts
    118
    Plugin Contributions
    0

    Default Re: CSS help please.

    Quote Originally Posted by RuFuS View Post
    Yes but did you try it like this:

    a.category-top {
    color: #ca2721;
    text-decoration: none;
    }

    a.category-top:visited {
    color: #000000;
    text-decoration: none;
    }


    which is what I mean't (sorry if I didn't explain very well)
    Yes I think that is what I ended up doing...I fixed it but not too sure how as I "played" with it for hours.....lol

    Thank you for your help...

 

 

Similar Threads

  1. problem with css on IE! Please Help Me!
    By adrian_hs in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 May 2009, 09:19 AM
  2. CSS help please
    By karentown in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Sep 2007, 03:36 PM
  3. please help with css
    By cherylkemp in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 21 Jul 2006, 04:43 PM
  4. Converting OS css to Zencart Css help please.
    By oavs in forum General Questions
    Replies: 2
    Last Post: 17 Jul 2006, 09:49 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