• Hello.
    I wish to remove the arrow following the text in the “Proceed to Checkout” button, as it points to the Paypal and Paypal Credit buttons on my checkout page. This is awful, as it leads customers to believe that they are supposed to click one of the Paypal buttons RATHER than the checkout button itself….a bad design choice, in my opinion.

    If I understand it correctly, the arrow is specified in the CSS but I don’t know how to remove it. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • .checkout-button:after { display: none; }

    Thread Starter sciroccojim

    (@sciroccojim)

    Thanks so much. I don’t have a child theme installed, as the only customization I’ve done is either through the front end or through a snippets plugin. Can you tell me how/where I could put that attribute?

    Thread Starter sciroccojim

    (@sciroccojim)

    Never mind…I added a custom CSS plugin and it did the trick. Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove arrow in "Proceed to Checkout" button?’ is closed to new replies.