Get rid Box-shadow in add to cart button
-
Hi,
I want to get rid of the box-shadow in add to cart button
I have used this
media="all" button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart { box-shadow: none; }
or
.add_to_cart_button { box-shadow: none; }
To no avail. Please any help would be great!
- The topic ‘Get rid Box-shadow in add to cart button’ is closed to new replies.