Hi! Have read a handful of these forums and have been editing the code for a while, but I think I’m missing something. Trying to create a gold gradient button in my CSS to apply to my add to cart button (will be adding to other buttons as well, but just want to try it out in one place first.) Any ideas on this? I’ve read that something like .add-to-cart {
background-image:linear-gradient(#cea55c, #flcd89, #cea55c) !important;
}