Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    3
    Plugin Contributions
    0

    Default changing sub-category styles

    I am having trouble changing the style for a.category-products on my stylesheet, its a free download that I'm slowly changing for a friend in Norway.

    I know a (very) little css but this is causing me trouble, i seem to have no class for category-products it appears the same as category-top so my categorys and sub categorys look the same in the category sidebox. i want to change the box colour and font syle for the sub categorys. Can anyone tell me where to insert the defenition for the sub category? (code and line numbers)

    the site is at www.margotogma.no

    Have read the FAQS and it seems the original template has these defenitions in, but the one im using does not!

    thanks for any help in advance!

  2. #2
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: changing sub-category styles

    Hi Adam, I had the same issue. All I wanted to do was change the font color of the submenu when it was open, and I was also using a different template.

    The answer I received was to place this in your css, and insert whatever information you need in there:

    #categories A.category-subs, #categories .category-products {
    }


    So, for instance, mine looks like this:

    #categories A.category-subs, #categories .category-products {
    color: #a10416;
    background-image: url("../images/subcatbull.gif");
    background-repeat: no-repeat;
    background-position: left;


    }


    I hope that does the trick for you.
    Zen-cart 1.3.8a * Template premium1c, * my zen-cart(nsfw!!): Tunti Enterprises.

 

 

Similar Threads

  1. Changing Sub Category Font Size found under Category Description
    By Market with a G in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 May 2011, 10:44 PM
  2. tweaking category sub styles
    By ktomas in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jul 2009, 10:15 PM
  3. Changing Sub-Category Font Size
    By dwessell in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Dec 2008, 10:14 PM
  4. Spacing and Font Styles in Sub-Categories
    By mudcreek in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 19 Apr 2007, 05:32 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