hello,
I changed the pop-up link to a button in dawn theme but I want to change it into the same style with add to cart button.
How can i make it the same?
@ASI2 share your store url ?
https://f4dwbss0y3z6tavq-50247467201.shopifypreview.com
Here you go, Thx for helping
@ASI2
put below css into base.css file (online store ->themes->asset->base.css)
modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden {
width: 100% !important;
}
button#ProductPopup-d1af47b9-39a8-4d6e-a355-f06cddc78d7b {
background-color: #013006;
color: white;
}
1 Like
hello i want to make this two button closer as well, how can i make it?
@ASI2
put below css
modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden {
margin: 0px;
}
1 Like
https://f4dwbss0y3z6tavq-50247467201.shopifypreview.com
its cant be change. can you help use again?
@ASI2
Use below one css
modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden {
width: 99% !important;
margin-top: 0px !important;
}
Hello I put it into base.css already but it still cant be show
https://f4dwbss0y3z6tavq-50247467201.shopifypreview.com
Try to put in theme.liquid file before closing tag




