No distractions Check out - by Fabio - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: fabio_vito
    Fabio
    Participant
    March 29, 2018 at 18:44

    Dear Support,

    I would like to know how to get rid of the footer (static block) and categories menu in the check out page.
    This is a very common feature part of many themes in order to avoid distractions. I would like to activated it in my Legenda theme.

    Could you please help me?

    F.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2018 at 08:24

    Hello,

    Go to edit the page > Page Layout > Sidebar Position > Without Sidebar.
    To disable the footer, add css code:

    .woocommerce-checkout .footer {
        display: none;
    }

    Regards

    Avatar: fabio_vito
    Fabio
    Participant
    March 30, 2018 at 10:41

    Dear Support,

    Thank you for your help!

    Is there also a way to remove the main menu from the check out page?

    F.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2018 at 10:48

    Dear @fabio_vito,

    .woocommerce-checkout .main-nav {
        display: none !important;
    }
    

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.