Home Forums WoodMart support forum Hide MOBILE BOTTOM NAVBAR on /checkout

Hide MOBILE BOTTOM NAVBAR on /checkout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #120891

    Stephkeijz
    Participant

    Hi,

    I want no distractions on the checkout pages. How do I hide the mobile bottom navbar only on self-specified pages?

    Please let me know!

    #120920

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .woocommerce-checkout .woodmart-toolbar{
    display:none;
    }

    Best Regards

    #122788

    Stephkeijz
    Participant

    Elise, I want to hide it on the checkout pages. Not the all over the site.. Please let me know how i can do that.

    #122849

    Hello,

    The provided code hides the checkout only on the checkout page. Please clarify your purpose. Provide the page URL where you want to hide the toolbar.

    Best Regards

    #123367

    Stephkeijz
    Participant

    I want to hide it on:

    meergroeninhuis.nl/afrekenen/

    #123394

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-cart .woodmart-toolbar{
    display:none;
    }

    Best Regards

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