Home › Forums › WoodMart support forum › how to remove the dark/shadow effect on cart widget and stop blocking operation › Reply To: how to remove the dark/shadow effect on cart widget and stop blocking operation
August 10, 2023 at 2:58 am
#487789
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-close-side {
background-color: transparent;
}
Best Regards