Add gradient effect

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

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

Awesome, thanks for sharing!

2 Likes

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