Home / Forums / Basel support forum / Disable/hide fixed navigation on the checkout page
Home › Forums › Basel support forum › Disable/hide fixed navigation on the checkout page
Disable/hide fixed navigation on the checkout page
- This topic has 3 replies, 2 voices, and was last updated 7 years, 12 months ago by
Artem Temos.
-
AuthorPosts
-
January 3, 2018 at 6:13 pm #31452
floristbParticipantIs there a possibility to disable/hide the fixed navigation only on the checkout page? I already tried it with:
.woocommerce-checkout .main-header.act-scroll {
display: none;
}This however doesn’t show the site logo and menu when you are not entirely at the top of the page. Is there a workaround for this?
January 4, 2018 at 7:22 am #31473
Artem TemosKeymasterHello,
Could you please provide us your website access so we can check why this solution is not working for you?
Thank you
January 4, 2018 at 6:40 pm #31556
floristbParticipantHello Support,
Check the private content. When custom code is used please write something commented out in front of the code so I can see what changed. This way I can adjust it a little of some extra work is needed.
Thanks in advance,
FlorisJanuary 4, 2018 at 6:59 pm #31557
Artem TemosKeymasterHi,
You can hide the menu icon with the following code snippet. Unfortunately, you can’t disable sticky header completely on the checkout
.woocommerce-checkout .right-column .mobile-nav-icon { display: none!important; }Regards
-
AuthorPosts
Tagged: hide fixed navigation checkout
- You must be logged in to create new topics. Login / Register