Shape 5

Joomla Templates => Legal Lawyer - Club => : JurForum September 22, 2017, 10:55:52 AM



: Hide a Menupoint on Mobile
: JurForum September 22, 2017, 10:55:52 AM
Hi,

how can i hide a singe menupoint on the mobile website?

Thanks!

Max


: Re: Hide a Menupoint on Mobile
: jonahh September 25, 2017, 11:44:27 AM
Hello Max,

You can create your own class name and then add it to the "menu item > link type > link css style". I have made up an example of how you could do this:

:
@media screen and (max-width: 970px){
.hidebutton {
display:none !important;}
}