Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #784845

    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

    #784858

    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

    #784868

    Hey Jordan, I had already tried that code and it didn’t work. Cleared browser cache, also. Thank you for your reply.

    #784943

    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

    #785094

    Yes, this worked! Thank you so much Jordan! :D

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image hotspots text box color’ is closed to new replies.