web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

How to css the Web3Modal

Open venkateshsys opened this issue 4 years ago • 3 comments

Styling all providers in this format

image

venkateshsys avatar Jan 06 '21 06:01 venkateshsys

I believe this an app style... I'm not sure how this relates to Web3Modal

pedrouid avatar Jan 13 '21 11:01 pedrouid

Hello, has the problem been solved?

Candy-u avatar Jan 17 '22 10:01 Candy-u

Maybe you can change css style like this result following;

webmodal-custom-css

.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;
}

fatihmert avatar Mar 02 '22 13:03 fatihmert

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!

hackyguru avatar Sep 16 '22 17:09 hackyguru

any updates on how to style the modal? seems nearly impossible to bring ANY change to it :')

thanks!

Bastion22 avatar Jun 22 '23 23:06 Bastion22