Skip to content

Instantly share code, notes, and snippets.

@mahdiyazdani
Created December 20, 2020 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahdiyazdani/12fdabf3a0171312d372e499b6923865 to your computer and use it in GitHub Desktop.
Save mahdiyazdani/12fdabf3a0171312d372e499b6923865 to your computer and use it in GitHub Desktop.
Remove add to cart button from variable products when "Store Vacation PRO" is activated
.wsvpro + .product form.cart {
display: none;
}
@mahdiyazdani
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment