hello @blakelower , can you please send your website link here. So i can help you with this.
Your store is password protected. Go to Online Store > Preferences > Password Protection and provide us with the password so we can see your store and give you a CSS solution.
Password is disabled now, you should be able to see it.
You can change your buttons with this at the end of your theme.css.liquid file in your assets folder:
.pxs-image-with-text-button {
background: linear-gradient(to left, #e1b555, #ffdfb9 50%, #a27b2c 100%);
}
.home-promotion-button {
background: linear-gradient(to left, #e1b555, #ffdfb9 50%, #a27b2c 100%);
}
input[type="submit"] {
background: linear-gradient(to left, #e1b555, #ffdfb9 50%, #a27b2c 100%);
}
I think that takes care of most of them.
3 Likes
Hello, can you help me make my buttons clickable on my banners & the buttons gradient?