Fix the heading hidden style

This commit is contained in:
Narek Zakarian 2024-11-12 19:38:42 +04:00
parent f2b2775a13
commit a838c97cd0
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

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 h2:first-of-type {
.notice, .nav-tab-wrapper.woo-nav-tab-wrapper, .woocommerce-layout, .wrap.woocommerce form > h2 {
display: none !important;
}
}