Hello,
I’ve run into a situation where I need 8 columns in one row and since we are limited to 5 in Avia I found a work around but using the hotspots tool. I just need them to be transparent so you can see that you are hovering over it by the change of your mouse but there is no “real” hotspot there. Does that make sense? I went to customize the color hoping to make all transparent but the option was not there. Please let me know if this is possible. Thanks!
Hey hylandgraphics,
Try this code in the General Styling > Quick CSS field:
.custom-hotspot .av-image-hotspot-pulse {
background: transparent!important;
}
Best regards,
Mike
Thank you!
I just gave this a shot and it did not seem to work? I can still see the pulsing hotspot?
Hi,
Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Here you go! You can see the area on the main page, for instance, there is a bar under the image slider with different industries which is where I would like them to go. I’ve added one to the first industry so you can see. Thanks for your help….
Hi,
Try this code in the General Styling > Quick CSS field:
#top.home #av_section_1 .av-hotspot-container .av-image-hotspot_inner,#top.home #av_section_1 .av-image-hotspot-pulse {
background: transparent!important;
}
Best regards,
Mike
Ok, so I need to use this same image from the home page on multiple pages. I’ve attached a link to one of the other pages I need to use it on. Is there a way to make the hotspots transparent site wide? Please let me know. Thanks!
Hi,
Please try this instead,
.av-hotspot-container .av-image-hotspot_inner,.av-image-hotspot-pulse {
background: transparent!important;
}
Best regards,
Mike
That seems to do it! I’ll let you know if the problem persists. Appreciate your response….