掲示板

Hide navigation menu

9年前 に Eustachio Nicoletti によって更新されました。

Hide navigation menu

New Member 投稿: 4 参加年月日: 14/12/25 最新の投稿
Hi all
please there's anyone that could say me how to hide navigation menu that you see in attached file?
I use Classic theme, i've written this in CCS public page

signnone-in{
display:none;}
.site-breadcrumbs{
display:none;}

but, ok the login portlet is hidden but not the navigation menu
Thank you

添付ファイル:

9年前 に Mark Fitzgerald によって更新されました。

RE: Hide navigation menu

Regular Member 投稿: 108 参加年月日: 10/10/15 最新の投稿
Check the CSS that is currently applied to that item (Google's inspector tool helps a lot here) to find out what is overriding your CSS. Most likely, the specificity is higher due to the added 'aui' class on the page. If you change your CSS to be
.aui .site-breadcrumbs {display: none;}
then you should see the results that you seek.
9年前 に Eustachio Nicoletti によって更新されました。

RE: Hide navigation menu (回答)

New Member 投稿: 4 参加年月日: 14/12/25 最新の投稿
Hi all
i've commented this:

#*<nav id="breadcrumbs">#breadcrumbs()</nav>*#

in portal_normal.vm of classic theme and that works
Thank
Eust
thumbnail
8年前 に Pier Paolo Ramon によって更新されました。

R: Hide navigation menu

Junior Member 投稿: 90 参加年月日: 10/05/25 最新の投稿
Eustachio, could you set this thread as solved?

Sent from my iPhone with Liferay.com Forums