| @@ -130,8 +130,18 @@ | ||
| 130 | 130 | margin: 0 !important; |
| 131 | 131 | padding: 0 !important; |
| 132 | 132 | overflow: hidden !important; |
| 133 | 133 | } |
| 134 | + .wp-block-group.is-layout-flex:has(.wp-block-post-author-name):has(.taxonomy-category) { | |
| 135 | + display: none !important; | |
| 136 | + } | |
| 137 | + #wp--skip-link--target { | |
| 138 | + margin-top: 0 !important; | |
| 139 | + } | |
| 140 | + /* Cible le bloc groupe qui est en pleine largeur et contraint, et annule le padding-top. */ | |
| 141 | + .wp-block-group.alignfull.has-global-padding.is-layout-constrained { | |
| 142 | + padding-top: 0 !important; | |
| 143 | + } | |
| 134 | 144 | |
| 135 | 145 | /* Elementor */ |
| 136 | 146 | body.elementor-page .elementor-page-title, |
| 137 | 147 | body.elementor-page .elementor-post__title, |
| @@ -203,8 +213,18 @@ | ||
| 203 | 213 | height: 0 !important; |
| 204 | 214 | margin: 0 !important; |
| 205 | 215 | padding: 0 !important; |
| 206 | 216 | overflow: hidden !important; |
| 217 | + } | |
| 218 | + | |
| 219 | + /* Envato Theme */ | |
| 220 | + body .single-title, | |
| 221 | + body .article-meta { | |
| 222 | + display: none !important; | |
| 223 | + visibility: hidden !important; | |
| 224 | + height: 0 !important; | |
| 225 | + margin: 0 !important; | |
| 226 | + padding: 0 !important; | |
| 207 | 227 | } |
| 208 | 228 | |
| 209 | 229 | /* Blocksy Theme */ |
| 210 | 230 | body .entry-header, |