• Hey,
    as you can see, I have at the checkout page the Problem, that the buttons ‚next‘ previous etc. have a boarder radius.
    1. I would like to customize the Button and change the text.
    2. I would like that the button is square as the other buttons and not round.

    How do I do that? Or is that problem related to WooCommerce?

    Best Regards
    Niclas

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Unfortunately, there is no option to do it. But you can change the border-radius using some CSS. Add the below CSS code to the Customize > Custom CSS section to change the border-radius.

    #checkout-wrapper #form_actions .buttons input {
        border-radius: 0px;
    }
    Thread Starter tatennis

    (@tatennis)

    Thank you, this works!
    Is there really no option?
    Isn’t possible to change the language file of Ocean WP?

    Do you want to change the language of the button text? Yes, you can edit the language file.

    Thread Starter tatennis

    (@tatennis)

    Where do I find the language file on FTP?
    And which line refers to the WooCommerce Multiple Checkout? Can you please help me to find that out?
    I would really appreciate an answer of your site!

    You will find the language file under the OceanWP > Language folder. Use the search function to find the button text for multistep checkout.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customize Buttons in woocommerce checkout’ is closed to new replies.