Home Forums Basel support forum Hide Top Menu Items in Cart & Checkout Page

Hide Top Menu Items in Cart & Checkout Page

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

    queencosmetics
    Participant

    Hi,

    In order to increase conversion rate on my site, I would like to hide the navigation item on my cart and checkout page, how can I do that?

    Do you have the CSS or know a good plugin to do that?

    Thanks,
    Queenie.

    #29317

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .woocommerce-cart .main-nav,
    .woocommerce-checkout .main-nav {
    	opacity:0!important;
    	visibility:hidden;
    }

    Regards

    #29322

    queencosmetics
    Participant

    Thank you so much for your help, worked perfectly.

    #29326

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Hide Top Menu Items in Cart & Checkout Page’ is closed to new replies.