Hi, I am trying to change the background color of the text boxes that pop up on image hotspots. I’ve tried code I found googling but no luck.
Thank you for your amazing support <3
Hey cosmicresearch,
Please try adding the following to quick css:
.av-hotspot-container .av-image-hotspot_inner { background: red; }
Adjust the color to whatever you need of course. Let me know if this works.
Best regards,
Jordan Shannon
Hey Jordan, I had already tried that code and it didn’t work. Cleared browser cache, also. Thank you for your reply.
Hi,
Use this instead, I tested it via browser inspector and it should work:
.av-tt-hotspot,
.av-tt-hotspot .avia-arrow{
background: opacity: 0.8 !important;
background-color:red !important;
}
Adjust color and opacity to what you need of course.
Best regards,
Jordan Shannon
Yes, this worked! Thank you so much Jordan! :D