Try this
Go to: images/gameone/editor.js
Find:
Add below:
Go to: images/gameone/editor.js
Find:
Code:
// Add ID to iframe
$("iframe").attr('id','frame1');
var iframe = $(".sceditor-container iframe").contents().find("head");
$(iframe).append($("<link/>",
{ rel: "stylesheet", href: imagepath + "/theme_stylesheet.php", type: "text/css" }
));
Add below:
Code:
// No BG
$("#frame1").contents().find("body").css("background","none");