Reply To: How to remove the grey background2019-09-09T13:10:07+05:30

Home Forums Core How to remove the grey background Reply To: How to remove the grey background

Subrata Mal
Keymaster
Post count: 207

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