Page 1 of 1

Remove 2nd menu bar

Posted: Mon Oct 20, 2014 2:48 pm
by dfoshay
Does anyone know how to remove or hide the second menu bar?

Re: Remove 2nd menu bar

Posted: Tue Oct 21, 2014 12:51 am
by Xyph3r
Hide it by editing stylesheet.css..around line 324 in the default template, add

Code: Select all

display:none;
to .bradcrumb

Re: Remove 2nd menu bar

Posted: Wed Oct 22, 2014 1:22 pm
by dfoshay
Thanks that worked.

Re: Remove 2nd menu bar

Posted: Mon Oct 27, 2014 8:41 am
by knox666
It is so? I do not work

route: /public_html/admin/view/stylesheet/stylesheet.css

#column-left.active #menu li i {
font-size: 14px;
display: none;
}

Pls help, thanks