• Resolved Anonymous User 15325940

    (@anonymized-15325940)


    Hi, if I want to disable the basket icon on simple “category pages”, it does not work. How could I disable the basket on category queries/pages? Many thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hi @csab1915

    Use the following CSS
    For hiding on category pages

    .tax-product_cat .xoo-wsc-modal {
        display: none!important;
    }

    For archive pages

    .archive .xoo-wsc-modal {
        display: none!important;
    }
    Thread Starter Anonymous User 15325940

    (@anonymized-15325940)

    Many THANKS!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide basket pages – for categories not working’ is closed to new replies.