<blockquote>1. I would like to show a small banner image on the front page of the iphone mobile site, but not the desktop site, is there a way or a module position set to do this?
</blockquote>
I’m not sure which placeyou need to add banner image on your site? Please send me URL of your site and screenshot of what you are trying to achieve.
<blockquote>2. I would like to remove the login box link from the iphone template. I can’t seem to find anywhere to turn that off.</blockquote>
My solution will help you to hide login box in iphone template
Open templates/ja_portfolio/css/iphone/template.css file and add new script
.button.btn-login {
display: none !important;
}
Clear cache after you are finished