mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Merge pull request #1613 from woocommerce/PCP-1950-acdc-footer
Hide ACDC footer frame via CSS to avoid empty space
This commit is contained in:
commit
99e84d59e4
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@
|
||||||
.ppcp-dcc-order-button {
|
.ppcp-dcc-order-button {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe[id^="hosted-fields-tokenization-frame_"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue