Home Forums WoodMart support forum Deactivate Bottom Buttons during checkout

Deactivate Bottom Buttons during checkout

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #336766

    Frieda
    Participant

    Hello…..
    is it possible to deactivate the bottom buttons (see picture) during the checkout?

    Attachments:
    You must be logged in to view attached files.
    #336794

    Hello,

    You can disable this menu in the Theme Settings > General > Mobile bottom navbar.

    If you have any questions please feel free to contact us.

    Best Regards

    #336820

    Frieda
    Participant

    Thx for your answer. But this will be activated/deactivate the bar every time. I just want to deactivate the bar it on the checkout pageges.

    Will this be possible?

    #336935

    Hello,

    It is possible with custom CSS. Please insert the credentials into the Private content below the message area. We will need page URLs that you want to remove the navbar at.

    Best Regards

    #337170

    Frieda
    Participant

    See private conten. Thanks!

    #337415

    Hello,

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

    body.woocommerce-checkout .wd-toolbar {
    display:none;
    }

    Best Regards

    #337448

    Frieda
    Participant

    Pefect, works. Thank you!

    #337566

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Deactivate Bottom Buttons during checkout’ is closed to new replies.