• Resolved ryanmvickerman

    (@ryanmvickerman)


    When using StellarPay as the ONLY payment plugin, I can’t seem to find a way to remove the top-level/main radio selection at the top. Any pointers?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Devin Walker

    (@dlocc)

    @ryanmvickerman It doesn’t look like there’s a way to unhook it in Woo from what I see… so, the best bet is to hide it with CSS:

    #payment ul.wc_payment_methods li.payment_method_stellarpay-stripe>label { display: none; }
    Thread Starter ryanmvickerman

    (@ryanmvickerman)

    Will do…thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.