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