Home Forums WoodMart support forum How to undisplay the footer content html block on checkout?

How to undisplay the footer content html block on checkout?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #433947

    bauer
    Participant

    How to undisplay the footer content html block on checkout only?
    Our footer is a sticky footer with a link to the checkout. Doesn´t make sense to show this in the checkout itself.

    #433949

    bauer
    Participant

    How to change the link/ action of the cart symbol and total sum text on product archiv?

    Right now the mini cart is sliding out. We want to redirect to the checkout.

    #433991

    Hello,

    1- Regarding hiding the HTML Block for the Checkout page only, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .woocommerce-checkout .elementor.elementor-17182 { display: none !important; }

    2- Regarding the Header mini cart element, under the Dashboard > WoodMart > Header Builder > your current Header layout > edit the Cart element > you will find three options there: Hidden Sidebar, Dropdown and Without. You can select that best suits you: https://snipboard.io/TEIK3c.jpg

    Further, for the Action after add to cart, under the Theme Settings > Shop > Shopping cart widget > Action after add to cart > there you can select the option of your choice: https://snipboard.io/FzWNbX.jpg

    Hope this helps !

    Best Regards

    #439811

    bauer
    Participant

    Thx

    It also possible to shown this footer only on product archive or on one specific site?
    Right now the footer to checkout is on every page of the website.

    #439929

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    This will hide the Footer overall from your Site:

    .footer-container {
        display: none !important;
    }

    This will make the Footer appear only on Archive page:

    .archive .footer-container {
        display: block !important;
    }

    Hope this helps !

    Best Regards

    #439932

    bauer
    Participant

    Worked. Thx!

    #440118

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to undisplay the footer content html block on checkout?’ is closed to new replies.