Merge pull request #2804 from woocommerce/PCP-3934-remove-help-dropdown-during-onboarding

Hide the screen meta links from onboarding screen (3934)
This commit is contained in:
Emili Castells 2024-11-19 10:35:07 +01:00 committed by GitHub
commit e725e427e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
body:has(.ppcp-r-container--onboarding) {
background-color: #fff !important;
.notice, .nav-tab-wrapper.woo-nav-tab-wrapper, .woocommerce-layout, .wrap.woocommerce form > h2 {
.notice, .nav-tab-wrapper.woo-nav-tab-wrapper, .woocommerce-layout, .wrap.woocommerce form > h2, #screen-meta-links {
display: none !important;
}
}