mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Hide order button via class
This commit is contained in:
parent
763e1e287c
commit
57af25a197
4 changed files with 25 additions and 13 deletions
|
@ -15,3 +15,7 @@
|
|||
.ppcp-dcc-order-button {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#place_order.ppcp-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue