Remove "Select Options" button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lisa-b
    Junior Member
    • Dec 2015
    • 1

    #1

    Remove "Select Options" button

    Hello,

    I have products that don't have options. How can I get rid of the "Select Options" Button on all my products? Here's the dummy site I am working with: http://73c.a28.myftpupload.com/store/

    Thanks!
  • admin
    Administrator
    • Feb 2013
    • 59
    • ***************************
      Josh Jones
      Level Four Development, llc
      ***************************

    #2
    .ec_price_container_type1 .ec_product_addtocart_container {display: none;}

    You might try adding that to your easycart admin -> advanced settings -> custom CSS section. You can hide them using basic CSS this way.


    Comment

    Working...