Zen_j1 Posted February 25, 2013 Share Posted February 25, 2013 (edited) Hi there, Please let me know how to remove black line from top drop down menu as shown in image attached with this post with red arrow. I would like to have dotted line to reach the border. Please note i need to have the black line between category on top menu but not in drop down as shown in image. please help. I am not able figure out how to do this. thanks Edited February 26, 2013 by kartik_jh1 (see edit history) Link to comment Share on other sites More sharing options...
ZeugameSudios Posted February 25, 2013 Share Posted February 25, 2013 This is a border, check on your theme for delete it. Give me your url i will delete it with google tools and tell you what you have to do for this. Best regards Link to comment Share on other sites More sharing options...
Zen_j1 Posted February 26, 2013 Author Share Posted February 26, 2013 On 2/25/2013 at 4:32 PM, Zeumania said: This is a border, check on your theme for delete it. Give me your url i will delete it with google tools and tell you what you have to do for this. Best regards Hi there I am working on Localhost. Please tell which part of superfished-modified.css need to be changed to get this line out. Link to comment Share on other sites More sharing options...
sumitt2004 Posted February 26, 2013 Share Posted February 26, 2013 .sf-menu li { border-right: 1px solid #777777; float: left; position: relative; } Remove border-right. Link to comment Share on other sites More sharing options...
Zen_j1 Posted February 26, 2013 Author Share Posted February 26, 2013 On 2/26/2013 at 8:43 AM, sumitt2004 said: .sf-menu li { border-right: 1px solid #777777; float: left; position: relative; } Remove border-right. Thanks for your reply if I remove border-right it also removes the line which in top menu between categories. I need that line there but I do not need a line in drop down as show in image attached with this post with red arrow. there should be a way out which i am not able to figure out, I am trying hope to find solution. Hope is a good thing. If anyone can help it will be even better. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted February 26, 2013 Share Posted February 26, 2013 Sumitt2004 was very close. I think you need to look at .sf-menu li li Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
Zen_j1 Posted February 26, 2013 Author Share Posted February 26, 2013 On 2/26/2013 at 2:37 PM, Carolina Custom Designs said: Sumitt2004 was very close. I think you need to look at .sf-menu li li Hope that helps! Marty Shue Thank you problem resolved. Solution:- Set .sf-menu li li border-right:none Hope this will help someone in future. Hope is a good thing. 1 Link to comment Share on other sites More sharing options...
vekia Posted February 26, 2013 Share Posted February 26, 2013 thanks for sharing the solution I'm convinced that this thread will help other users in the same problem regards Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted February 26, 2013 Share Posted February 26, 2013 On 2/26/2013 at 5:10 PM, kartik_jh1 said: Thank you problem resolved. You are welcome! Glad to hear it worked for you. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts