Hi,
I would like to change the hotspots into small squares.
I tried this code:
.responsive .av-image-hotspot-pulse {
height: 30px !important;
width: 30px !important;
}
.av-image-hotspot_inner {
font-size: 8px;
}
But they aren´t squares and the pulse isn´t centerd anymore.
What can I do?
please delete your code and try this one:
.av-hotspot-container .av-image-hotspot_inner {
border-radius: 0 !important;
}
.av-hotspot-container .av-image-hotspot-pulse {
border-radius: 0 !important;
}
.responsive .av-image-hotspot {
font-size: 14px;
height: 30px;
line-height: 29px;
width: 30px;
}
.responsive .av-image-hotspot-pulse {
height: 60px;
left: -15px;
top: -15px;
width: 60px;
}
i increased the size of the font a bit – if you don’t like it try with your font-size.
vertical-centering you can achieve via line-height parameter.
I already fixed it, but thank you! :)
Hi,
Glad that you have already fixed it. Thanks for using Enfold :)
Best regards,
Nikko