Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #407457

    Hi,
    my customer wants to have the Tooltip not above the picture and not in black.
    The Tooltip has to displayed in the middle of the Pictures and in a other Color.
    Where can i change this.

    Thanks for your support,
    felixl

    #407688

    Hi felixl!

    Which shortcode are you using? The image hotspots perhaps? http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/

    Send us a link to your page and we’ll take a look.

    Regards,
    Elliott

    #407706
    This reply has been marked as private.
    #408193

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-tooltip,.avia-tooltip .avia-arrow { background: rgba(240, 90, 26, 0.8); }
    .home .avia-tooltip.avia-tt { top: 135%!important; }

    Cheers!
    Yigit

    #408421
    This reply has been marked as private.
    #408679

    Hey!

    Remove this code:

    .home .avia-tooltip.avia-tt { top: 135%!important; }
    

    Replace it with this:

    .avia-tooltip {
    margin-top: 100px;
    }
    

    The problem is, the tooltip will go away when you hover on the center of the image.

    Best regards,
    Ismael

    #409767
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Tooltip Enfold’ is closed to new replies.