Home › Forums › WoodMart support forum › Image slider › Reply To: Image slider
September 30, 2019 at 11:38 am
#147556
Bogdan Donovan
Keymaster
Try to add Extra class name “custom-hotspot” to your house image hotspot element (https://prnt.sc/pcub19) and replace previous custom CSS code with this one:
.custom-hotspot .woodmart-image-hotspot {
z-index: 10;
}
Regards