• I would like to remoove the yellow rectangular box with permalink to… Written on it when the mouse is on the photos on my index page
    https://www.weddinglight.com

    The theme is tripod from cosmotheme, ive asked the support a few times and they are hopeless

    Thanks for helping out
    Olivier

Viewing 6 replies - 1 through 6 (of 6 total)
  • What browser are you using? I don’t see a yellow box on hover.

    Thread Starter olivierlalin

    (@olivierlalin)

    Using chrome thanks

    I am using chrome as well, and I’m not seeing that.

    But the CSS style for it is:

    outline: none;

    on whatever element it is.

    Sounds like you are referring to the popup on mouse hover on the home page images although that does not appear yellow on my screen.

    Browsers frequently display the link title attribute as a “tool tip” (a short message that appears when the pointing device pauses over an object).

    Are you able to remove the title field on your images or control the text through theme options?

    Off the top of my head I don’t recall a method to disable this behavior, but I’ll research it…

    Thread Starter olivierlalin

    (@olivierlalin)

    Thanks Middev,

    you are exactly right, so far I havent found a way to remove it and it is bugging me

    Ol

    There are ways through javascript but it’s not something I have attempted and can recommend. I would instead find a method to remove the title text being applied to the links. Examining your code in Firebug show the link code for your first image (top, left) to be:

    <a class="thumb-hover-link" rel="bookmark" title="Permalink to Wedding Couple " href="https://www.weddinglight.com/gallery/wedding-couple-paris/"></a>

    If you can remove the title="Permalink to Wedding Couple this will have the same effect as removing the popup on hover.

    Finding the code to edit depends on your theme template files and how it pulls the featured images. Since you are using a pro theme from a dev at Themeforest your best bet is to contact the theme developer for assistance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing permalink to… When mouse on photos’ is closed to new replies.