-
Hello, Does anyone have idea how we can format connect button from Moralis? I have managed to changed it's base color only, but changing font color or color after wallet connection seems to impossible as nothing works... Changed base color: Unable to change colors after connection: I couldnt find any working solutions anywhere, so any help would be much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello Guys I have found solution for this but it is a bit hmm strange and I would say it is more workaround than proper solution, but |
Beta Was this translation helpful? Give feedback.
-
If anyone has better solution feel free to share :) |
Beta Was this translation helpful? Give feedback.
Hello Guys I have found solution for this but it is a bit hmm strange and I would say it is more workaround than proper solution, but
if you want to edit any element of this button you can inspect source code of it and get class names, which looks for example like this:
sc-gAigJI
. Now once you get element, which you want to override you can do so inglobal.css
file.Here is the effect: