Replies: 2 comments 2 replies
-
Just a note. The actual class name may be different for everyone, or it changes with version/theme/settings. For me it was ju367v78. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@0xKurt You can also create your own custom connect button with your own styling which should be pretty straight forward. Feel free to follow the docs here |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just like many others i encountered the problem that the
ConnectButton
styling can not be simply changed.Only way is a customized button and that's pretty painful.
After some experiments i found out that you can utilize the
ju367v7o
CSS class to style theConnectButton
without destroying the whole modal design. It's a pretty dirty approach, but it works.Example:
Note: It's necessary to declare everything as important to overwrite the original values.
My styled
ConnectButton
:All other styling is untouched:
#590 #1117
Beta Was this translation helpful? Give feedback.
All reactions