Is it possible to use a different mobile menu?

Posted in: Newspaper
Post count: 70

I’d rather have a mobile menu like this or like this?

Post count: 20688

Hi,

Changing the whole menu design would require customization, but it would be based on the same functionality. You could make modifications to it with CSS, and change the appearance. Use the browser inspector in order to do this
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example such a code will add similar borders
https://www.screencast.com/t/Utj1xs2C

.td-mobile-main-menu .menu-item {
border-bottom: 1px solid black;
}
.td-mobile-main-menu .td-icon-menu-right {
border-top: 1px solid black;
}

You can further customize the menu as you wish.

Thanks

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