How do I add an image to each payment method in woocommerce?

1

Hello, good day, I want to know exactly on which page I should include the image, I just need the name of the file to be able to edit it. I need the "bank transfer" option to have the image of the bank, like PayU's. Greetings and I hope your help.

    
asked by MateoAgudelo 16.06.2016 в 01:35
source

1 answer

1

An example close to what you ask is using CSS inline-block.

<label for="trans-bolitas">Transferencia Bancaria con el Banco de Bolitas <img style="display:inline-block;" src="img/imagen-banco-bolitas.png"></label>
<input type="radio" id="trans-bolitas>
    
answered by 25.06.2016 в 17:02