Skip to content

Instantly share code, notes, and snippets.

@h1dd3nsn1p3r
Created November 9, 2023 06:46
Show Gist options
  • Save h1dd3nsn1p3r/d4315009f06baf698eb8ae4ae7df17b4 to your computer and use it in GitHub Desktop.
Save h1dd3nsn1p3r/d4315009f06baf698eb8ae4ae7df17b4 to your computer and use it in GitHub Desktop.
Addonify.com: hide quick view button by Dilyana
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .quantity input[type=number],
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .quantity input[type=text] {
height: 38px;
min-height: 38px;
padding: 6px;
margin: 0;
width: 100%;
border-radius: 0;
border-color: var(--ast-border-color);
&:is(:focus) {
border-color: var(--ast-border-color);
box-shadow: none;
}
}
.woocommerce-js #addonify-quick-view-modal .quantity .plus,
.woocommerce-js #addonify-quick-view-modal .quantity .minus {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
line-height: 1;
margin: 0;
}
@h1dd3nsn1p3r
Copy link
Author

Paste the above CSS style at Dashboard > Appearances> Customizer > Additional CSS box & then save.

I have attached the screenshot below for the reference.

image

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