Add possibility to hide Notify dropdown and user dropdown from mobile menu

Solved4.63K viewsThemes
0

Can you add the possibility to let the admin decide if he wants to hide notify dropdown (aka http://ANSPRESS_PAGE_URL_NOTIFICATION) and http://ANSPRESS_PAGE_URL_PROFILE from the menu shown to mobile users?

0

Add this css:

@media screen and (max-width: 420px) {
	.anspress-page-notification, .anspress-page-profile{
		display:none;
	}
}
commented on answer

thanks, but i mean to add an option. I am able to modify the css in less than a second, but using code is not for everyone 🙂

I think CSS is better option rather then PHP

thanks its works charms