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

    Hi!
    How can I change the Hotspots Tooltip BG Color?
    Now is black like my general content BG.. but I need it white..
    I try with css but I can`t find the right class of the tooltip because it fades in the browser

    Thanks!

    #343657

    Hey Victor!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av-hotspot-container .av-image-hotspot_inner { background: red; }

    if that does not work, please post the link to your website

    Best regards,
    Yigit

    #343970

    Thanks!
    At the end, it works this one:

    .av-tt-hotspot,
    .av-tt-hotspot .avia-arrow{ 
    	background: #fff; 
    	background-color:#fff; 
    }

    I mean, for the tooltip text box.
    Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hotspots Tooltip BG Color’ is closed to new replies.