Apply inline style to checkout page?
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Apply inline style to checkout page?’ is closed to new replies.