kkmixs Posted March 27, 2014 Share Posted March 27, 2014 How to remove sub menu from the top horizontal menu home tab.I just want to show the all category at one place under home tab, but since i have large number of sub category i do not want to show sub category.Please find the attached image for more information Link to comment Share on other sites More sharing options...
HansNL Posted March 31, 2014 Share Posted March 31, 2014 I want te same... Is there nobody who can help?? Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 any chance to see these pages online? i can prepare some css code to hide these categories, but i have to check websites before Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 I want te same... Is there nobody who can help?? already found somewhere your website url solution: paste this code to your global.css #block_top_menu ul li li ul {display:none!important;} effect: Link to comment Share on other sites More sharing options...
sanl Posted August 27, 2014 Share Posted August 27, 2014 already found somewhere your website url solution: paste this code to your global.css #block_top_menu ul li li ul {display:none!important;} effect: already found somewhere your website url solution: paste this code to your global.css #block_top_menu ul li li ul {display:none!important;} effect: Is it possible to hide only sub - sub cats ? Gadgets -> sub1 , sub2 , sub3. In original css file I can see gadgets -> sub1 (sub1-sub , sub1-subcat, sub1-subcat3) , sub2 (sub2-subcat , sub2-subcat) and etc.. Link to comment Share on other sites More sharing options...
Lorellas Posted August 27, 2014 Share Posted August 27, 2014 Where is inserted exactly which line of code this string inside global.css in Ps. 1.6.0.9 ?? Thank you very much. Link to comment Share on other sites More sharing options...
Photon Posted August 27, 2014 Share Posted August 27, 2014 Hello, @Elenafw : you can simply paste this line of code at the end of global.css @Sanl : Is it possible to hide only sub - sub cats ? Gadgets -> sub1 , sub2 , sub3. In original css file I can see gadgets -> sub1 (sub1-sub , sub1-subcat, sub1-subcat3) , sub2 (sub2-subcat , sub2-subcat) and etc.. if you want to see 1 more level of sub-cat : #block_top_menu ul li li ul li ul{display:none!important;} Link to comment Share on other sites More sharing options...
Lorellas Posted August 28, 2014 Share Posted August 28, 2014 Ciao ragazzi, ho incluso nella parte inferiore della pagina in: themes / default-bootstrap / css / global.css il seguente codice come hai descritto, ma sotto categorie, rimane sempre visibile, che può essere il problema? PS. 1.6.0.9 Link to comment Share on other sites More sharing options...
Photon Posted August 29, 2014 Share Posted August 29, 2014 You have your menu with main categories. So If you want only 1 level of sub-cat, paste : #block_top_menu ul li li ul {display:none!important;} Now if you want a 2nd level of sub-cat (so :Cat / sub-cat / sub-cat) paste : #block_top_menu ul li li ul li ul{display:none!important;} I think you want the first solution. Link to comment Share on other sites More sharing options...
Lorellas Posted August 29, 2014 Share Posted August 29, 2014 Photon Thanks, it works perfectly, thank you very much again !!! Link to comment Share on other sites More sharing options...
Recommended Posts