want to hide the mobile bottom navbar from checkout page
-
I want to hide the mobile bottom navbar on the last step of checkout page especially at the time of payment submission. For this, please provide me a specific code.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woocommerce-checkout .woodmart-toolbar {
display: none;
}
It will remove the mobile bottom navbar from the checkout page.
Regards.
Xtemos Studios.
Its working. But using this code hides the mobile bottom navbar for whole checkout page. And I want this to hide only in the last process at the time of payment submit as I want to show this navbar till the order summary. Is it possible to do so? If yes, then help me out on this.
Hello,
Sorry, but it is not possible to hide it on the payment step as you mentioned as the payment page is generated from the checkout page and it uses the same class as checkout.
So if we target the class it will be hidden from the whole checkout page.
Regards.
Xtemos Studios.