Jump to content


femo

Member Since 25 Apr 2014
Offline Last Active Mar 17 2016 03:05 PM
-----

#46 Block top menu displays a lot of subcategories, how to hide them?

Posted by vekia on 04 April 2014 - 10:20 PM

hello,

you can achieve it with simple css modification,

 

the only one thing you have to do, is... just paste code below to your stylesheet file, for exmaple .global.css (you can find it in your theme directory (in css subdirectory))

#block_top_menu ul li li ul {display:none!important;}

effect:
Posted Image