• Resolved Alfo

    (@alfonsberger)


    Hi,

    I found one solution here to remove the paymill logo

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

    Is it just me or does this not work anymore with the most current version of the plugin?

    Thanks for your help

    https://ww.wp.xz.cn/plugins/paymill/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    I just updated to 1.10.5 and it still works for me, have you got a URL that I can check?

    Thread Starter Alfo

    (@alfonsberger)

    Hi Rhys,
    would you mind to give me your email so I can send the url to you?
    cheers

    Yep sure thing: rustybones [at] gmail [dot] com

    Thread Starter Alfo

    (@alfonsberger)

    Email sent

    Thread Starter Alfo

    (@alfonsberger)

    Thanks to Rhys, this is would be the new code to remove the Paymill-Logo:

    .woocommerce #payment ul.payment_methods .payment_method_paymill a[href*="paymill.com"], .woocommerce-page #payment ul.payment_methods .payment_method_paymill a[href*="paymill.com"] { display: none; }

    Yeah as I mentioned to AlfonsBerger via email, it’s a little overkill but in this case we want to be very specific in what we’re hiding!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How to remove Paymill logo’ is closed to new replies.