Okay
  Public Ticket #1241448
Hiding link title attribute
Closed

Comments

  •  2
    Pascal started the conversation

    Hi!

    On this page, when I move the mouse pointer on an element (post) of the grid and stop, a text box appears with the title of the article. I would prefer that text box not to appear. How can I do that?

    Thanks!

  • [deleted] replied

    Hi Pascal

    I wish you not to remove the title attribute, there is many reason especially for people with special needs or disabilities, for blind people their devices that help them to navigate on web reads those attributes. And is called Web Accessibility Standards, its also important for your SEO, Google and other Search Engine takes those stuff in consideration.

    Do you want them still to remove? Past the code below to Custom CSS.

    .vc_gitem-zone .vc-zone-link{ pointer-events: none; }
    

    Thank you.