Home Forums WoodMart support forum Woodmart slider not responsive Reply To: Woodmart slider not responsive

#338365

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