hiding title on post type edition

This commit is contained in:
Antoine M 2024-11-21 10:21:20 +01:00
parent 32a824d51d
commit a463fc5fd1

View File

@ -1,3 +1,10 @@
body.post-type-chantiers,
body.post-type-artisans {
#titlediv {
@apply hidden;
}
}
.edit-post-visual-editor__post-title-wrapper { .edit-post-visual-editor__post-title-wrapper {
h1 { h1 {
font-weight: revert; font-weight: revert;