Open GoogleCodeExporter opened 8 years ago
just to clarify: the logo is set inside a postloaded CSS file (see function
addGeneralStyle). I think it's pretty easy (though not exactly wanted by the
authors I guess;) ) to down those dependencies, change them and store them
along with your presentation. Another idea I currently have to add a micro JS
framework, wait for loadCompleted, search the DOM for #article and
.setStyle("background-image:none;"). But I just don't want to take the effort :D
Original comment by stadolf
on 22 Aug 2011 at 9:39
Doh, just noted my own typo in the style area. To get rid of the Google logo on
the slides' background, add this to the <style> area at the top:
.slides article { background-image:none !important; background-color:white;}
or add a nice image you like there...
Original comment by stadolf
on 22 Aug 2011 at 10:02
Original issue reported on code.google.com by
martijnv...@gmail.com
on 4 Aug 2011 at 1:46