How to disable text selection on Shopify store?
For some reason, you don’t want to allow visitor select text on page. It is possible with CSS code.
You open CSS file of your current theme and add the below code into it:
Now, you must add the class name “noselect” into the wrapper tag you don’t want to allow select text.
Example:
If you would to make it for all elements on page, you must add this class name in to body tag.