Okay
  Public Ticket #2703761
change tooltip background colour
Closed

Comments

  •  5
    BradElin started the conversation

    Hi, 


    id like to change the image with the tooltip background colour  and centre the text of the box that pops up 

    Thanks

  •  8,402
    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[data-tooltip-position="left"] {
        background: #eeeeee !important;
        text-align: center !important;
    }

    Thanks


    ThemeNectar Support Team