Home Forums WoodMart support forum Hide navbar on a specific page

Hide navbar on a specific page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206438

    TCLE
    Participant

    Hello,

    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)

    How can I do it?

    Thanks

    #206466

    Hello,

    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.

    Best Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)