Created
November 9, 2023 06:46
-
-
Save h1dd3nsn1p3r/d4315009f06baf698eb8ae4ae7df17b4 to your computer and use it in GitHub Desktop.
Addonify.com: hide quick view button by Dilyana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Paste the above CSS style at Dashboard > Appearances> Customizer > Additional CSS box & then save.
I have attached the screenshot below for the reference.