Okay
  Public Ticket #976473
Creating popup boxes in an image
Closed

Comments

  •  2
    erikftaylor started the conversation

    In your demo pages you have a Product page that features a mountain bike. The mountain bike has four circular icons on it that upon clicking open a text box. I really, really want to know how you did this. 

  •  8,996
    Tahir replied

    Hey Erik,

    Its the Image with Hotspots VC Page Eleement : http://themenectar.com/docs/salient/element-overview/

    Thanks


    ThemeNectar Support Team 

  •  2
    chasmahtaz replied

    Hi, Tahir, I was wondering how to affect the color of the pop-up box that appears when rolling over the hotspot. I have everything else down. Just trying to change the color of the background in the pop-up box. Any documentation for this?

    Thanks,

    Charlie

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
        background-color: #add !important;
    }

    Thanks


    ThemeNectar Support Team