Issue
I want to hide the sub categories into menu.
How can I do?
Solution
in the module menu there is no options to hide subcategories. you have to use css :
#block_top_menu ul li li ul {display:none!important;}
Answered By - devseo Answer Checked By - Candace Johnson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.