Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1257069
    C I
    Participant

    Hi! I’m trying to lock down all images on my site so that they can’t be clicked on to a new page. Is there an easy way to do this in X? All the plugins I’m finding are a year or 2 out of date.

    Thanks!

    #1257362
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    img {
        pointer-events: none !important;
    }

    Let us know how it goes.

    Thanks.

    #1258505
    C I
    Participant

    That worked, thank you!

    #1258535
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1257069 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>