By Matthias Fletzberger on Tuesday, 31 October 2017
Posted in General
Likes 0
Views 370
Votes 0
For optical reasons I wanted to hide the Notifications in the Navigation-Bar as I have them in one of the Top-Menus of my site anyway (Module EasySocial Notifications). But now on Mobile devices I am missing the Pop-Up Menu, that gave me the choice of the Menus like Videos, Albums, Friends, ....

In my custom CSS I have inserted the following:
#es .es-navbar__o-nav { display:none }

Is there a simple solution for that?

I am open for any ideas :-)
Hi Matthias,

I believe you only want to hide the notifications on the toolbar only on desktop view? if yes, can you try to apply the css below instead and see how it goes?

div#es.es-frontend.es-main.is-desktop .es-navbar__o-nav {
display: none;
}
·
Tuesday, 31 October 2017 14:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Works great - thanks!!!!
·
Tuesday, 31 October 2017 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Superb Matthias! You are most welcome and glad to hear your issue has resolved.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Tuesday, 31 October 2017 16:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post