Tagged: hotspots
Hey,
how can I make the Numbers invisible for Mobile Version?
The problem is, we want transparent Hotspot points for a Shop-Map.
In the mobile version, we don’t want the Table with Number-List and the Hotspots are transparent but the Numbers are visible.
Hey Anna_Tewes,
Thanks for the link to your page, but we are not able to login and view the backend, on the frontend I see your shop map image but I don’t see any hotspots or numbers. You can disable the numbers in the styling tab:
and you can make the hotspot and pulse transparent on mobile with this css:
@media only screen and (max-width: 767px) {
.av-hotspot-container .av-image-hotspot_inner,
.av-hotspot-container .av-image-hotspot-pulse {
background: transparent;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for the screenshots but I couldn’t login, nonetheless try this css:
@media only screen and (max-width: 767px) {
.av-hotspot-image-container.av-hotspot-blank .av-image-hotspot .av-image-hotspot_inner {
color: transparent;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
maybe try
Hi,
I was not able to login into WordPress as admin, but try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#top #main .av-hotspot-image-container.av-hotspot-blank .av-image-hotspot .av-image-hotspot_inner {
color: transparent;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike