News:

Support the VirtueMart project and become a member

Main Menu

Hide Payment Name when image is present

Started by zainabubu, June 20, 2013, 18:17:01 PM

Previous topic - Next topic

zainabubu

Hello, please is this possible? If so, how so?

alatak

Hello
you can play around with the CSS
display none for the class vmpayment_name

zainabubu


zainabubu

commented it out in vm.css, and vmsite-ltr.css but it still shows.

AH

Alatak did not say comment out

This is what you need to do in the CSS

.vmpayment_name {display:none;}

But make sure you have an image for every payment type you use!
Regards
A

Joomla 4.4.5
php 8.1

zainabubu


alatak

Hello
txs Huston
.vmpayment_name {display:none;}

it is what i meant :)