Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #684380

    I would like to remove the tooltip from gallery thumbnails WITHOUT removing the lightbox caption or removing tooltips from the entire site. I added the ID #galleryt and tried using display:none on #galleryt div.avia-tooltip.avia-tt but no luck. Can you help me determine what element to apply the display:none to or another method. Thank you!
    Example page: http://chrisgallop.com/blog/portfolio-item/kitchen-upgrade/

    #685472

    Hi Rachel!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    body .avia-tooltip {
        display: none !important;
    }

    Cheers!
    Ismael

    #685544

    Thank you BUT this removes all tooltips site-wide. I only want it removed from portfolio gallery items. I set the ID #galleryt to the Color Section the gallery is in, if that will help?

    Thank you!

    #686692

    Hi!

    Replace the code with this:

    .single-portfolio .avia-tooltip {
        display: none !important;
    }

    This code will affect all portfolio pages.

    Regards,
    Ismael

    #687205

    This worked, thank you!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove tooltip from gallery thumbnails’ is closed to new replies.