Hello,
I have searched for this issue in other discussions, however not 1 solution worked for me.
How can I make the 'ADD TO CART' BUTTON, 'SEE CART' BUTTON (that shows in the pop up when you put something in it) and the 'PAY' BUTTON green? #1ABD19
My shop is https://casa-sarani.myshopify.com/ (Password is sobaob)
Thank you in advance!
Please place this code at the end of theme.scss
.cart-popup__cta-link, .product-form__cart-submit {
background-color: #1abd19 !important;
}
I could not find pay button
@media only screen and (max-width: 1000px) {
.content .wrap .main .main__header {
order: 2;
}
.content .wrap .main .main__content {
order: 1;
}
}
I think it is not possible but still I tried.Please Place this code in theme.liquid file between <head></head> tag Like
<style>
code here
</style>
User | Count |
---|---|
735 | |
141 | |
101 | |
64 | |
41 |