Home › Forums › WoodMart support forum › Change color from white to transparent › Reply To: Change color from white to transparent
October 26, 2021 at 2:31 pm
#327739
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-hover-base .wrapp-swatches {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
background-color: transparent;
}
Best Regards