From a463fc5fd1c15cd04c3c935e0af13d8d070a0048 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Nov 2024 10:21:20 +0100 Subject: [PATCH] hiding title on post type edition --- resources/css/admin-style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 1359419..1378116 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -1,3 +1,10 @@ +body.post-type-chantiers, +body.post-type-artisans { + #titlediv { + @apply hidden; + } +} + .edit-post-visual-editor__post-title-wrapper { h1 { font-weight: revert;