• i dont want the wishlist button to show on shop/ archive pages, only on the product pages. how can i do this please

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ezzmay007

    (@ezzmay007)

    Due to no response ive figured this one out for myself the custom css ive used is

    .woocommerce ul.products li.product a.item-wishlist {
    display: none;
    }

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    sorry for the late reply.

    The wishlist button in the shop page is added by the theme, so your solution (via CSS) is the best one if the theme doesn’t have an option to remove it.

    If you have any issue let us know.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove wishlist button from shop/archive pages’ is closed to new replies.