Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1214763
    fatheaddrummer
    Participant

    Hi There,

    1. When I am on a product page, and i click the “add to cart” button. I cannot see the “open cart” option, beacuse the navbar is hiding it. Could we make that visible AND remove the navbar? I don’t need a navbar on all woocommerce pages…

    2. Is it possible to utomatically redirect to the cart, when adding a product to the cart?

    https://www.diamond-precision-studio.com/product/top-sound-mit-kleinem-budget/

    Thank you very much!!

    Best, Christian

    #1215066
    Rupok
    Member

    Hi Christian,

    Thanks for wriitng in!

    #1. You can add this under Custom > CSS in the Customizer.

    .single-product .x-navbar {
      display: none;
    }

    If you want to remove it from all WooCommerce pages, use this instead :

    .woocommerce .x-navbar {
      display: none;
    }

    #2. It’s not possible and usual feature of WooCommerce. It might be possible through any plugin or custom development.

    Cheers!

    #1215124
    fatheaddrummer
    Participant

    Thank you very much, this solved my problem perfectly!!! 🙂

    Best, Christian

    #1215165
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1214763 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>