• Hi team,

    How can I disable the pin on hover for the logo of the site? I cannot put img attribute into logo because it is set through theme setting.

    Please advise. Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    We really appreciate you writing in.

    Please add this attribute in that logo image.
    data-pin-no-hover=”true”

    Please look at below screenshot to add above code:
    https://prntscr.com/fxh2wm

    Hope this information was useful.

    Please let us know if you need any further assistance.

    Thanks.

    You can add it with jQuery

    jQuery(document).ready(function( $ ){
        $("#logo img").attr("data-pin-no-hover", "true");
    });
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nopin on the Logo of the site’ is closed to new replies.