VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: zainabubu on June 20, 2013, 18:17:01 PM

Title: Hide Payment Name when image is present
Post by: zainabubu on June 20, 2013, 18:17:01 PM
Hello, please is this possible? If so, how so?
Title: Re: Hide Payment Name when image is present
Post by: alatak on June 20, 2013, 18:27:57 PM
Hello
you can play around with the CSS
display none for the class vmpayment_name
Title: Re: Hide Payment Name when image is present
Post by: zainabubu on June 20, 2013, 18:40:09 PM
Please where can I find this?
Title: Re: Hide Payment Name when image is present
Post by: zainabubu on June 20, 2013, 18:44:23 PM
commented it out in vm.css, and vmsite-ltr.css but it still shows.
Title: Re: Hide Payment Name when image is present
Post by: AH on June 20, 2013, 19:02:21 PM
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!
Title: Re: Hide Payment Name when image is present
Post by: zainabubu on June 20, 2013, 19:23:20 PM
thank you so much.
Title: Re: Hide Payment Name when image is present
Post by: alatak on June 20, 2013, 19:46:33 PM
Hello
txs Huston
.vmpayment_name {display:none;}

it is what i meant :)