I cannot seem to get my buy button that is standard on the slider image to be transparent with a small white border around it, can anyone fix this with code or something else?
https://www.scepticalclothing.com/
password: work
I cannot seem to get my buy button that is standard on the slider image to be transparent with a small white border around it, can anyone fix this with code or something else?
https://www.scepticalclothing.com/
password: work
Hi there, this should be an easy solve. However it looks like the password you gave is incorrect. Can you double check and I can assist? Thanks.
Hello @ScepticalClo
Can you check your website password and share it? If so, I can check your website and help you to fix the buy button.
Hey thanks for helping sorry i changed it.
password: Drop2
Hey thanks for helping, sorry i changed it.
password: Drop2
Add this to the very bottom of Assets > theme.css in your theme code editor:
.hero__btn {
background: transparent;
border: 1px solid white;
}
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css
.hero__btn { background: transparent; border: 1px solid #fff; }
Thanks it works :)!
Thanks for the help it works!