• lineagatuna

    (@lineagatuna)


    Hi everyone!

    How can I avoid display image titles on mouseover for the link provided above?
    Is this posible to do with a simple Custom CSS? Hope so, because I’m still not quite versed on JQuery, though I’m willing to learn.

    Thanks in advance.
    Cheers!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Safeer

    (@safeerz)

    Hi,

    This is no something possible to do with CSS, you will have to set the link title to none either by deeting the image title or using jquery like below

    jQuery(document).ready(function($) {
            $('.envira-gallery-link').attr( "title","" );
    });
    Thread Starter lineagatuna

    (@lineagatuna)

    Thanks Safeer,

    And where would I have to put this code?
    Or should I do something like writing it to a .js file and then uploading it to the theme? (have no idea how to do this but I’m just starting to read about it).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Don’t display image title on mouseover’ is closed to new replies.