Okay
  Public Ticket #2554455
Image with Hotspots on Hover - Tooltip Opacity
Closed

Comments

  •  2
    melsaunders started the conversation

    Hi - I wondered if it was possible to change the opacity on the hover-over tooltip background (currently solid white) on the Image with Hotspots. I have managed to change the opacity of the tooltips if they're 'always on', but not with the hover option?





  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
        background: rgb(255 255 255 / 0.80) !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    melsaunders replied

    Perfect - that's exactly what I needed!