PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / trunk
AI Builder – Generate pages, blocks, images & translate with AI vtrunk
2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.10 2.3.11 All 121 releases
← All changes | includes/class-css-handler.php +20 -0 2.1.1trunk View file →
@@ -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,