Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #924151

    I am trying to change the background colour of the image hotspot tooltip using CSS because I have quite a large number of images each with a few hotspots and it will save time if I can change them once in CSS. So far I have accessed the “block” but cannot seem to find the selector for the little arrow associated with it. Can you help please?

    What I have so far:
    .avia-tooltip.av-tt-hotspot {
    background: #333333;
    }

    #924400

    Hi
    I had the same issue and tried this:

    .avia-tooltip .avia-arrow {
    background: #333333;
    }

    I hope his helps :-)
    Regards,
    Eric

    #924487

    Hi healingnutrition,

    Have you tried the code by @Schmiddy?

    @Schmiddy
    Thank you for your input.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.