From 98b76470c231bc9753b9ef4017bf6623cf87426d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 7 Feb 2021 17:31:33 +0100 Subject: [PATCH] For some reason previous CSS rule didnt work.. --- themes/yunohost-docs/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index 50b3a62d..d7a1e81c 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -88,6 +88,7 @@ img#whitelogo { padding: 10px; } -.learn-nav h5:first-child { +/* Hide home page in menu */ +.simplebar-content h5:first-child { display: none; }