Gradient widget
# 🤝help
m
Hi everyone. How do you make the icon widget on the website in a gradient color? Now mine has only one but im looking to change that in the advanced styler
q
This uses #FFA500 for orange and #8A2BE2 for violet.
Copy code
css
.bpw-widget-btn {
  border-radius: 50%;
  background: linear-gradient(135deg, #FFA500, #8A2BE2);
}
https://cdn.discordapp.com/attachments/1227656922690224229/1227660586033086464/image.png?ex=66293704&is=6616c204&hm=1df8a119638778e7c0e080276e657a1ea642d868699e0b0792515d8ad80a7f01&
m
Thanks a lot bro ❤️ @quick-musician-29561
q
This "Gradient widget" idea is so cool ⭐ I really hope many bot builders see this. Soon we won't have any boring old one-color widgets in our projects.
m
Exactly, it totally changed the game for me. Added both gradient and movement 🙂 @quick-musician-29561