• Resolved ashwinisuresh1407

    (@ashwinisuresh1407)


    Hello,

    I’m using the free version of woostify. I added the WooCommerce sidebar to my shop/archive page. However, I would like the sidebar to be present only in the product archive pages and not in the main shop page. Could you let me know if and how I could do this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    To do this, Can you use the custom CSS below

    .archive.post-type-archive-product #secondary{
    display: none;
    }
    .archive.post-type-archive-product #primary {
    width: 100%;
    }

    Thread Starter ashwinisuresh1407

    (@ashwinisuresh1407)

    Hi,

    Thank you so much. That worked!

    Best,

    Ashwini

    Thread Starter ashwinisuresh1407

    (@ashwinisuresh1407)

    Hi,

    Sorry. I guess I was a bit hasty before. Your code worked fine in the desktop version. But the filter button (supposed to be part of the sidebar on WooCommerce) is still present on my tablet and mobile version. I’m using the HUSKY – Products Filter Professional for WooCommerce.

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