jmerrill Posted March 12 Posted March 12 I'm using some code from this thread to have a product page buy button redirect to Amazon. Everything is working fine and I've figured out all of the CSS styling for the button - EXCEPT how to change the button text color to white. Feel dumb posting this one but can't figure it out. Any pointers? URL: artdomain.co
Solution jmerrill Posted March 13 Author Solution Posted March 13 Solved by @creedon with following code: .ProductItem-details .ProductItem-details-excerpt a span { color : var( --siteBackgroundColor ) !important; } creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment