Main menu in Mobile

Posted in: Newspaper
Post count: 32

Hello,

I need your help in removing close button from the main menu in mobile. I want that touching the screen other than main space hide it.

Thanksnull

Post count: 23312

Hello Navneet,

If you want to remove/hide the CLOSE button from the mobile menu, it is necessary to use a bit of CSS for this. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/Ve5ltWfxWJ8i

.td-mobile-close {
display:none;
}

The result -> http://screencast.com/t/9i7NvJmp

Hope this helps!

Thank you for the message!

Post count: 32

Thanks!

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