Home › Forums › Core › How to remove the grey background
The tabs area of Woo Wallet has a grey background by default. How to remove this so that it is plain white?
Hi,
Could you please share a screenshot of that page?
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; }