Home › Forums › WoodMart support forum › How i can make this semi transparent › Reply To: How i can make this semi transparent
June 28, 2022 at 3:14 pm
#386890

Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-hover-base:hover .wrapp-swatches {
background: rgba(0, 0, 0, 0.3);
}
Best Regards