Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Arrows for categories with sub-categories

    That is controlled for your template by

    stylesheet.css (line 433)

    #categoriesContent a {
    background: url("../images/sidelink1.jpg") no-repeat scroll 0 0 transparent;
    color: #696969;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    height: 23px;
    margin: 0;
    padding-left: 22px;
    padding-top: 5px;
    text-align: left;
    text-decoration: none;
    width: 211px;
    }

    You would want to make rules for top and subcategories that distinguish the background to use.

  2. #2
    Join Date
    May 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Arrows for categories with sub-categories

    Thank you for the reply,

    Do I need to just paste the code you have mentioned in the sheet? Will the code then only show the arrow next to the master category e.g Indoor or Outdoor etc

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Arrows for categories with sub-categories

    No, that is the code you currently have in your stylesheet. You will need to duplicate and modify that into more specific rules referencing the .category-top or .category-subs and .category-products classes.
    Remove the

    background: url("../images/sidelink1.jpg") no-repeat scroll 0 0 transparent;

    from the rule above, and add it to a new rule below that one:

    #categoriesContent a.category-top {
    background: url("../images/sidelink1.jpg") no-repeat;
    }

 

 

Similar Threads

  1. Losing the footer when accessing categories with sub-categories
    By airscopes in forum Customization from the Admin
    Replies: 7
    Last Post: 22 Dec 2010, 07:26 PM
  2. Displaying sub-categories and products with categories
    By andytho in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 15 Jul 2010, 11:16 AM
  3. An issue with Showing Top Categories AND Sub-categories
    By autoace in forum Customization from the Admin
    Replies: 0
    Last Post: 15 Sep 2009, 09:13 PM
  4. Replies: 3
    Last Post: 11 Sep 2008, 09:17 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