Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hi,
    Thanks for reaching out! You can hide the footer from those specific pages using this css:

    .woocommerce-cart .site-footer-wrap, .woocommerce-checkout .site-footer-wrap, .woocommerce-thank-you .site-footer-wrap {
        display: none;
    }

    You can paste that into your custom css box in the customizer.
    Hope it helps!

    Best,
    Hannah

    Thread Starter freddyeee

    (@freddyeee)

    thanks, but that dissapear the last 2 rows , I juts need to hide the one selected in blue

    https://snipboard.io/TvCGhk.jpg

    how to get that ?

    hannah

    (@hannahritner)

    Gotcha. Try using this CSS:

    .woocommerce-cart .site-middle-footer-wrap .site-footer-row-container-inner, .woocommerce-checkout .site-middle-footer-wrap .site-footer-row-container-inner, .woocommerce-thank-you .site-middle-footer-wrap .site-footer-row-container-inner {
        display: none;
    }

    Does that work as you’re wanting

    Kindly,
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide div footer’ is closed to new replies.