This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
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.
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
Dear Support,
Thank you for your help!
Is there also a way to remove the main menu from the check out page?
F.
Dear @fabio_vito,
.woocommerce-checkout .main-nav {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up