From ac60bde9a935511929877dae79d8acbe0ab84c29 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 28 Oct 2025 10:38:53 +0100 Subject: [PATCH] FEATURE Removing rankmath seo filter in admin blades --- resources/css/admin-style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index b0ed1f1..4a993b8 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -244,3 +244,13 @@ ol { display: inline-block !important; } } +body.post-type-conseils, +body.post-type-fiches-infos, +body.post-type-questions, +body.post-type-brochures { + .tablenav { + #rank-math-seo-filter { + @apply !hidden; + } + } +}