• Resolved waveyjay86

    (@waveyjay86)


    The “Place Order” button on my checkout page is just a plain white box with no text.

    I inspected the code and found the following:

    <input type=”submit” class=”button alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Place order” data-value=”Place order”>

    Which means that the text is actually there, it’s probably just in white which is why I can’t see it. So I want to apply an inline style to this button to make the text another colour and therefore visible. Where can i find the correct file in which this line of code is located?

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    You don’t need an inline style. Add CSS to your theme or via a plugin. Use !important after your CSS rule to ensure it has priority.

Viewing 1 replies (of 1 total)
  • The topic ‘Apply inline style to checkout page?’ is closed to new replies.