Okay
  Public Ticket #1261512
How to get rid of 'select item' icon
Closed

Comments

  •  1
    a01japat started the conversation

    How do you get rid of the "select item" icon from product listings.

  • [deleted] replied

    Hi there,

    That icon appears when you offer any Variable Product, to hide that icon please just add the code below to your Custom CSS area:

    .shop .items .item-wrapper .item .description .add-to-cart-btn.entypo-list-add {
        display: none !important;
    }

  •  1
    a01japat replied

    But if it applies to variations, I thought there would be a drop down which allows users to select the size. 

    However, this is not the case. The select options button just leads to the product page.


    Thanks for the CSS though. Let me know if there is a way to turn the select options button into  a select size button.

  • [deleted] replied

    Hi a01japat,

    Sorry but that option is not available. that icon is just to show that the product offer some options to choose before you purchase.