Jump to content

[SOLVED] Where to remove line under each subcategory in left navigation menu?


Recommended Posts

Hi FairyDreamLand,

 

A very simple solution to your problem is to add the following code:

#categories_block_left .tree li li {
   background: none repeat scroll 0 0 transparent;
   [b]border: none;[/b]
   font-size: 11px;
   font-weight: normal;
   padding: 1px 0 1px 15px;
}

Just add the code in BOLD letters.

 

This can be found in themes/yourtheme/css/modules/blockcategories/blockcategories.css.

 

Hope that helps!

 

Marty Shue

 

P.S. the link to their site is in their signature ;)

Link to comment
Share on other sites

Yeah the lines are gone! I changed blockcategories.css located here: themes/yourtheme/css/modules/blockcategories/blockcategories.css

 

#categories_block_left .tree li {
border: none;
border-bottom: solid 1px #875F5F;
padding-left: 5px;
padding-left: 12px;
background: transparent url('../../../img/bullet.gif') no-repeat 0px 7px;
font-weight: normal;
font-size: 12px;
line-height: 24px;

----REMOVED THE FOLLOWING FROM ABOVE----

border-bottom: solid 1px #875F5F;

 

Thanks Marty, adding the code did not work for me but was able to fix once I knew where to look.

 

Hi FairyDreamLand,

 

This can be found in themes/yourtheme/css/modules/blockcategories/blockcategories.css.

 

Hope that helps!

 

Marty Shue

 

P.S. the link to their site is in their signature ;)

Link to comment
Share on other sites

Thanks Marty, adding the code did not work for me but was able to fix once I knew where to look.

 

Great. Glad you got it sorted.

 

The code I gave you worked only for your original question; viz. "Where do I remove the line under each subcategory in left navigation menu when expanded?"

 

My understanding was you only wanted to remove the lines from the subcategories. What you have done removes the lines from both the subcategories and the main categories.

 

Sorry, I was mistaken about what you were trying to do.

 

Just glad you got it to work.

 

Marty Shue

Link to comment
Share on other sites

Great. Glad you got it sorted.

 

The code I gave you worked only for your original question; viz. "Where do I remove the line under each subcategory in left navigation menu when expanded?"

 

My understanding was you only wanted to remove the lines from the subcategories. What you have done removes the lines from both the subcategories and the main categories.

 

Sorry, I was mistaken about what you were trying to do.

 

Just glad you got it to work.

 

Marty Shue

 

Hi Marty,

 

The category lines did not bother me. However, the subcategory lines had to go. Not sure if I was doing it wrong, but I tried the code a couple of times. I am glad you mentioned that it did take away both the category and subcategory lines as others may want to keep the category lines. I did notice they were gone, but was fine with it.

 

Thanks Again,

Barb

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...