However, if you still intended to disable right click, follow the following steps. Oh! I want to tell you that both Classic Template and Blogger Template Designer can use this method.
1. For Classic template, go to Home > Template > Edit Template HTML
1. For Template Designer, go to Home > Template
2. Search for <body> in your HTML context box
3. Now, replace the codes you have found earlier to this:
<body oncontextmenu='return false;'/>4. Save and try to right click on your blog! :)