mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
8 lines
261 B
SCSS
8 lines
261 B
SCSS
body:has(.ppcp-r-container--onboarding) {
|
|
background-color: #fff !important;
|
|
|
|
.notice, .nav-tab-wrapper.woo-nav-tab-wrapper, .woocommerce-layout__header, .wrap.woocommerce form > h2, #screen-meta-links {
|
|
display: none !important;
|
|
visibility: hidden;
|
|
}
|
|
}
|