Mobile menu disable

Posted in: Newsmag
Post count: 14

I was wondering if there was a way to disable the menu for mobile menu.

Post count: 23312

Hello Bao,

The theme does not have any such an option for this but you can try using a bit of CSS code to hide this section on mobile.
You can use the following code and place it in Theme panel -> Custom CSS area to give a display none to Main Menu button for mobile.

.td-icon-mobile{
display:none!important;
}

The result is here -> https://www.screencast.com/t/zz3GuNQBmpit

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.