Home Forums WoodMart support forum want to hide the mobile bottom navbar from checkout page

want to hide the mobile bottom navbar from checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262888

    sohaib
    Participant

    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.
    #262940

    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.

    #263019

    sohaib
    Participant

    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.

    #263154

    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.

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