How to customise check out page? - by Trendyfeel

This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: Trendyfeel
    Trendyfeel
    Participant
    February 9, 2015 at 00:33

    Hi, on the HOME/CHECK OUT page, under “your order” section, there’s a button called “proceed to Paypal”, it used to display ok, all words were in one line within the button, but now for some reasons, it displays in two lines, with first line being”proceed to p” and second line being “aypal”. How to fix this?

    Also, if you fail to give all the info required or do not check the box to agree with the terms and conditions, it would trigger a message telling you the mistake in a red background box. How can I change this background colour to light purple or any other colour please?

    Many thanks.

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    February 9, 2015 at 10:01

    Hello,

    1. Add this code in custom.css file:

    .checkout-button.button {
      font-size: 15px !important;
    }

    2. Add the following code in custom.css:

    .woocommerce-error, .alert-error, .error {
      background-color: #F45B5B !important;
    }

    Change the color to yours.

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.