web3modal
web3modal copied to clipboard
How to css the Web3Modal
Styling all providers in this format
I believe this an app style... I'm not sure how this relates to Web3Modal
Hello, has the problem been solved?
Maybe you can change css style like this result following;
.web3modal-modal-card{
width: 400px!important;
min-width: unset!important;
max-width: unset!important;
}
.web3modal-provider-container{
flex-direction: row!important;
}
.web3modal-provider-description{
display:none;
}
Thanks @fatihmert for helping out with an example. We're bringing more customization options in web3modal v2. Stay tuned to our twitter handle for further updates!
any updates on how to style the modal? seems nearly impossible to bring ANY change to it :')
thanks!