@silenceclothing
Please add the following code to your assets/base.css bottom of the file.
.banner__buttons .button:before {
box-shadow: none !important;
border: 1px solid #fff !important;
color: #fff !important;
}
.banner__buttons .button:after {
box-shadow: none !important;
border: 1px solid #fff !important;
color: #fff !important;
}
.banner__buttons .button[aria-disabled='true'] {
cursor: not-allowed;
opacity: 1 !important;
}
Thanks!
thanks, after the button is filled, ist starts adding a layer bak to the left so it removes the text. Is it possible to make it stop doing this. So it just stays colored after fully button is filled? also, how do i make the border and text inside fully white?
@silenceclothing
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
i need the text to turn from white to black when the button starts filling white.
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
And remove the first code i added ?
why is the border and text grey/transparent and not fully white? also, why is there a black line that goes fron and back inside the button?
@DaisyVo do you know how?