• Resolved Mumfy

    (@mumfy)


    Hi and many thanks for this lovely and free plug in!

    In order not to confuse customers I would like to remove the paymill logo next to credit card logos on the check out page. How can I do that?

    Is it also possible to make a click next to the credit cards, so customers can choose which credit card they want to use? So far they have to click on the logo but there is no hint for customers to do so.

    Hope you know what I mean 😉

    Many thanks in advance

    Petra

    https://wordpress.org/plugins/paymill/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author straightvisions GmbH

    (@matthias-reuter)

    Hi Mumfy,

    Paymill Logo can be changed either by editing template files or by replacing the logo file on your server. You may want to be aware that plugin updates could break your changes and I can not give support for custom changes.

    Second point isn’t really necessary, as Paymill for WordPress gives visual feedback on which cc type is used when it’s entered into form field.

    Kind regards,

    Matthias

    I think there should definitely be a way to remove the logo without modifying the plugin. Preferably a checkbox in the Paymill settings. At least some CSS class on the anchor surrounding the logo.

    Could this issue be re-opened?

    I’ll just throw my hat into the ring on how I solved this, with only using CSS:

    .payment_methods {
        a[href*="paymill.com"] {
            display: none;
        }
    }

    Works in IE7+, Firefox, Chrome, Opera.

    Plugin Author straightvisions GmbH

    (@matthias-reuter)

    best solution, ty 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Paymill Logo in check out’ is closed to new replies.