From e7696936b8407528bf3dba049b9a40f890f7ed4c Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Wed, 22 Mar 2023 21:23:59 +0800 Subject: [PATCH] style: remove search box footer text for vietpress --- docs/.vitepress/theme/styles/custom.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/.vitepress/theme/styles/custom.scss b/docs/.vitepress/theme/styles/custom.scss index fbc0fb57..7e5b5195 100644 --- a/docs/.vitepress/theme/styles/custom.scss +++ b/docs/.vitepress/theme/styles/custom.scss @@ -194,3 +194,14 @@ img.VPImage.image-src { // white-space: nowrap; // } // vitepress navbar style ends + +// VP Footer +.VPFooter { + z-index: none; +} + +// remove search box footer text + +.DocSearch-Logo { + display: none; +} \ No newline at end of file