Where to add .noselect code?

  • Author
    Posts
  • #33333
    Assima

    Good day,

    Could you say please, where to add this code?

    .noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    }

    I want to protect the content of the site from copy-past.
    Hope for a prompt reply!

    #33546
    Zed
    Cryout Creations mastermind

    You cannot hide/protect that which is already visible (and hence readable).

    There are plugins that provide this “protection” functionality, but they can be easily circumvented by advanced users (there are browser extensions for this).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Where to add .noselect code?’ is closed to new replies.