I’ve a landing page where I need:
1. To hide the bottom mobile navbar.
2. To have a section with different design for mobile and desktop (I’ve the video on desktop and a image on mobile)
Thank you very much for choosing our theme and for contacting us.
In order to hide the mobile navbar on a certain page, add this code to the page settings of WP Bakery page builder https://prnt.sc/t6dj68
body .woodmart-toolbar {
display:none;
}
You create two sections. Then you create different templates in each of them, then you assign a class to the sections and then hide one on desktop and another one on mobile with custom CSS.