For older versions, there was a setting in Configuration/Payment method/paypal something and enable/disable logo in frontend.
The proper way is to disable it in your local.xml file located
[your_magento_installation]app/design/frontend/[your_template]/[your_package]/local.xml
add the remove tag within
<layout>
<default>
[...]
<remove name="paypal.partner.right.logo"/>
[...]
</default>
</layout>
So copy from [your_magento_installation]app/design/frontend/base/default/template/paypal/partner/logo.phtml
to [your_magento_installation]app/design/frontend/[your_template]/default/template/paypal/partner/logo.phtml
and remove the php code.
Dummy style but effective...
if you know the right way to do it over the admin panel, please let me know!
thx
