Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    Alaska
    Posts
    48
    Plugin Contributions
    0

    red flag Can't seem to turn bold off subcategory without turning off bold on top category

    I've been try for a few hours to figure this out in CSS. I'm trying to turn off the bold (once selected) from the sub subcategory's but not the top category's without subcategory's. I have found the code that turns it off, but it also turns it off for the main category's that don't have subcategory's. View attachment below:

    Name:  exp.jpg
Views: 473
Size:  25.8 KB

    Code:
    SPAN.category-subs-parent {
        color: #AC1010;
        font-weight: bold;
        }
    SPAN.category-subs-selected {
        color: #AC1010;
        font-weight: bold;
        }
    to

    Code:
    SPAN.category-subs-parent {
        color: #AC1010;
        font-weight: bold;
        }
    SPAN.category-subs-selected {
        color: #AC1010;
        font-weight: bold;
        }
    Any ideas?

  2. #2
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: Can't seem to turn bold off subcategory without turning off bold on top category

    in you style sheet add

    .Categories{
    your style here
    }

    .Categories a,
    .Categories a:visited{
    your style here
    }

    .Categories a:hover,
    .Categories a:active,}

    your style here
    }


    Quote Originally Posted by immersive View Post
    I've been try for a few hours to figure this out in CSS. I'm trying to turn off the bold (once selected) from the sub subcategory's but not the top category's without subcategory's. I have found the code that turns it off, but it also turns it off for the main category's that don't have subcategory's. View attachment below:

    Name:  exp.jpg
Views: 473
Size:  25.8 KB

    Code:
    SPAN.category-subs-parent {
        color: #AC1010;
        font-weight: bold;
        }
    SPAN.category-subs-selected {
        color: #AC1010;
        font-weight: bold;
        }
    to

    Code:
    SPAN.category-subs-parent {
        color: #AC1010;
        font-weight: bold;
        }
    SPAN.category-subs-selected {
        color: #AC1010;
        font-weight: bold;
        }
    Any ideas?

 

 

Similar Threads

  1. Turning off category turns off linked products in other categories
    By emiLy in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 4 Feb 2009, 10:50 PM
  2. Turning off Category-Tabs Menu also turns off logo in IE7
    By Rubylily in forum Customization from the Admin
    Replies: 1
    Last Post: 25 Jun 2007, 04:43 PM
  3. Turn off Category Icon When in Subcategory
    By bekinky in forum Customization from the Admin
    Replies: 3
    Last Post: 23 Jan 2007, 01:00 AM
  4. turning off top category images in certian views
    By bgroup99 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Nov 2006, 03:36 PM
  5. Help making category-top bold
    By dinki in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 25 Oct 2006, 11:05 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