Close

add payment logo to footer

rehoorn
9 years ago
#5951 Quote
Avatar
  • 5
how do I add a logo for payment options to the footer?

Thanks.
Boyko
9 years ago
#5988 Quote
Avatar
  • Moderator
  • 1570
rehoorn wrote:
how do I add a logo for payment options to the footer?

Thanks.


Hi rehoorn,

There is already an image with the payment options in the footer of the theme.
If you want to change them you need to change this image file:
Themes/Alicante/Content/img/payment_sprite.png

Thanks
Regards,
Nop-Templates.com Team
usautomatic
7 years ago
#12340 Quote
Avatar
  • 4
How do you turn off payment types for this image? Do you have to edit the image or replace it? Can I disable it somehow? After every upgrade the image comes back with all the options. We do not accept paypal or American express.
Boyko
7 years ago
#12347 Quote
Avatar
  • Moderator
  • 1570
usautomatic wrote:
How do you turn off payment types for this image? Do you have to edit the image or replace it? Can I disable it somehow? After every upgrade the image comes back with all the options. We do not accept paypal or American express.


Hi usautomatic,

If it is a matter of just hiding some of payment types then you can quite easily hide them with css only.

If you want to hide PayPal and American Express, which are the first and third type in the list then you can add this code below in the Custom Head Styles box in the theme settings:

.accepted-payment-methods .method1, .accepted-payment-methods .method3 {
display: none;
}

This will hide these 2 payment types.
Regards,
Nop-Templates.com Team
embryo
3 years ago
#21146 Quote
Avatar
  • 55
Is there a version of the payment_sprite.png which includes Discover icon?
Where can I find it?