• Resolved futa

    (@andyturner1)


    When I create a payment button and then link to the image, in this case the “buy now” button it puts a thin blue border around the image. The original image doesn’t have any blue border on it, why does that show up ?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wp.insider

    (@wpinsider-1)

    Our plugin doesn’t put any border around the button. So that will be coming from Stripe’s default button style or your theme’s style. Use the “class” parameter in the payment button’s shortcode to specify your custom CSS class (instead of using the default Stripe button class). The following is an example shortcode showing how to use the “class” parameter in the shortcode:

    
    [swpm_payment_button id="1234" class="my-custom-stripe-button"]
    

    That should resolve that issue.

    On another note, you seem to be using the older style stripe buttons. Stripe recommends using their NEW API. So use the following option to create new Stripe buttons for your membership payment:
    https://simple-membership-plugin.com/sca-compliant-stripe-buy-now-button/

Viewing 1 replies (of 1 total)
  • The topic ‘Blue border around payment button’ is closed to new replies.