Okay
  Public Ticket #1570552
Custom CSS - Hide menu from checkout
Closed

Comments

  •  2
    giacomopieri started the conversation

    Hello,

    I want to hide the main menu ONLY in the checkout page. Do you have a custom css I can copy to do that? Thank you in advance

  • [deleted] replied

    Hi there,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    Can you please add the code below to your Custom CSS area:

    body.woocommerce-checkout .full-menu {
        display: none;
    }

    Have a nice weekend!