FairyDreamLand Posted October 4, 2012 Share Posted October 4, 2012 Where do I remove the line under each subcategory in left navigation menu when expanded? Thanks, Barb Link to comment Share on other sites More sharing options...
Norwegian Rat Posted October 4, 2012 Share Posted October 4, 2012 Use firebug or a similiar tool to locate the property in the css file and remove it. Probably something like "border-bottom: 1px solid black;" Do you have a link to your store? It's easier giving help if helpers are able to view your store =) Good luck! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 4, 2012 Share Posted October 4, 2012 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 More sharing options...
Norwegian Rat Posted October 4, 2012 Share Posted October 4, 2012 Ah! Haha..my bad Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 4, 2012 Share Posted October 4, 2012 Hello Barb, if you could, please let us know if Marty's suggestion did resolve and answer your question, it would be beneficial to other merchants who have the same question. Where do I remove the line under each subcategory in left navigation menu when expanded? Link to comment Share on other sites More sharing options...
FairyDreamLand Posted October 4, 2012 Author Share Posted October 4, 2012 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 More sharing options...
benjamin utterback Posted October 4, 2012 Share Posted October 4, 2012 Hello again, thank you for confirming the solution. Thank you Marty for always great assistance. I will go ahead and mark this thread as solved. Thank you for choosing PrestaShop! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 4, 2012 Share Posted October 4, 2012 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 More sharing options...
FairyDreamLand Posted October 4, 2012 Author Share Posted October 4, 2012 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 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now