hope's daughter

Monday, 21 April 2014

TUTORIAL: DISABLE RIGHT CLICK WITHOUT MESSAGE

1) Dashboard >> Design >> Edit HTML

2) Press Ctrl+F and search for this code:
<body expr:class='"loading" + data:blog.mobileClass'>
3) Replace <body expr:class='"loading" + data:blog.mobileClass'> with the code below here:
<body oncontextmenu='return false;'>
4) Save and Done! :)

No comments:

Post a Comment