Hi there, I’m looking to add some text gradients to headers on a product page. I added the custom styling to the “Custom CSS” on the product theme builder template, however, every time I select save, I get a message about being unable to save.
The goal: add a text gradient to an h3 tag on a product page – does anybody has a solution to help achieve this? Many thanks in advance ![]()
Styling:
background: -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;