sixrfan
09-16-2011, 11:13 PM
if you look on this page (http://www.usatowl.com/bath-towels.aspx) you'll notice that a bunch of the products have "Add to Cart" buttons next to them. I want to make those display:none. But they each have their own unique ids and no consistent class.
I was hoping with this code, it would hide them all but i guess I don't have the syntax correct:
.category-page-type input.product-list-control {display:none;}
how do i select all the input fields that are with the .product-list-control and apply my display:none; to them?
please advise. thanks in advance!
I was hoping with this code, it would hide them all but i guess I don't have the syntax correct:
.category-page-type input.product-list-control {display:none;}
how do i select all the input fields that are with the .product-list-control and apply my display:none; to them?
please advise. thanks in advance!