Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1065148
    bryan1976
    Participant

    Hi,

    I would like to remove 2 elements from woo commerce in the Icon stack.

    the web page is here http://dev.theaudiobarn.co.uk/product/atc-scm11/

    I have attached picture of the 2 elements:

    1 – The box around the product

    2 – The ‘ADD TO CART’ button that appears on hover over the product.

    Many thanks,

    Bryan

    #1065209
    Thai
    Moderator

    Hi Bryan,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .woocommerce div.product .images .x-img,
    .woocommerce li.product .entry-featured {
        border: none;
    }
    .woocommerce li.product .entry-header .button {
        display: none;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1065148 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>