Home › Forums › WoodMart support forum › Woodmart slider not responsive › Reply To: Woodmart slider not responsive
December 10, 2021 at 6:32 am
#338365
Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-image-hotspot-hotspots::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
background: rgba(0, 0, 0, .5);
}
Best Regards