Deactivate Bottom Buttons during checkout
-
Hello…..
is it possible to deactivate the bottom buttons (see picture) during the checkout?
Attachments:
You must be
logged in to view attached files.
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
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?
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
See private conten. Thanks!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce-checkout .wd-toolbar {
display:none;
}
Best Regards
Pefect, works. Thank you!
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Deactivate Bottom Buttons during checkout’ is closed to new replies.