Add gradient effect

Add this code to the Custom CSS field on the Design tab of your Button widget’s settings:

[class^="ButtonBase__ButtonContainer"] {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border: none;
}

Awesome, thanks for sharing!

I am really happy to know that this code did the trick for you! Many thanks for sharing your experience :wink: