Paypal Image Disable *Fix*
-
Well if you are like me maybe this image will clash/clutter up your design on the checkout page. Since the last big update they have added a PayPal image to help new clients. But if you highly customized your store this may clutter those info boxes up. Here is the code to disable it via CSS It took me a while to figure it out as of today I did just that lol. So here is the code hope this helps simply add it to your css and upload the new css and refresh your site and bam its gone.
ul.payment_methods li.payment_method_paypal img{ display: none; }
The topic ‘Paypal Image Disable *Fix*’ is closed to new replies.