Home › Forums › Core › How to remove the grey background › Reply To: How to remove the grey background
Please use below CSS code in theme style.css file to remove the grey background.
.woo-wallet-my-wallet-container .woo-wallet-sidebar{
background: white !important;
}