Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default CSS in categories

    HI There
    Just a quick question over the default install and the lack of CSS rollover in the categories in the left hand column

    I note that the other areas roll over from green colour to red colour

    but the categories don't change colour on roll over

    Is there a reason for this AND where would i alter it?

    Many Thanks

    Samantha Andrews


    Ps where do i donate for Zen Cart to support it?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: CSS in categories

    Top of the page ^^^ donate link
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Dec 2005
    Location
    SWFL
    Posts
    469
    Plugin Contributions
    0

    Default Re: CSS in categories

    Add a new class to define the color you want.

    In the "classic" stylesheet, it should start around line 596.

    /* categories box parent and child categories */
    Add something along these lines:

    A.category-top:hover {
    color: #ffffff;
    text-decoration: none;
    }
    Of course, you need to replace the color (white) with the color you want it to be on the hover.

    AND, you need to be using the template override system to make the changes to your custom template. It would be the stylesheet.css file.

    If you're using FireFox, install the Firebug plug in to help isolate CSS.

    HTH,
    Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!

  4. #4
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: CSS in categories

    Thanks for your help
    What is:", install the Firebug plug in to help isolate CSS"

    Is there a problem with Firefox?

    Thanks for your help !!!

    Samantha

  5. #5
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: CSS in categories

    No firebug is a tool that you can install on firefox to help you find areas in your web site. It save you a ton of time.

  6. #6
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: CSS in categories

    Ok, got it installed and its a bit mind blowing, but God I can see the potential

    Been able to change loads, so everyone readin gthis should install this add on as its a MUST!! Thanks

    Another questions (sorry)

    I am trying to Isolate the CSS for the trailing header for the links at the top
    the ones which read:

    EZPages :: Privacy Notice :: Shared :: Zen Cart

    How do i get these links to be in WHITE (ffffff) then roll over RED (ff0000)?

    Altering them in the stylesheet seems to be only be doable (is that a word!!) by changing the rest of the colour, but its just this bit I want in these colours

    Thanks again for your help, you are wonderful

    Samantha
    xxxxx

 

 

Similar Threads

  1. Categories css
    By Lopi in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Sep 2011, 08:55 PM
  2. Css tree Categories
    By qingtianyu9 in forum General Questions
    Replies: 0
    Last Post: 28 Aug 2007, 01:59 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