Hide Tabs #6571
Hide Tabs
#6571
-
Hi, I've enabled the tabs feature but would like to hide it on certain pages. Is this currently possible, and if so, how? I tried this at the top of my markdown page, but it doesn't seem to work: ---
hide:
- navigation
- toc
- tabs
---
# Example
... |
Beta Was this translation helpful? Give feedback.
Answered by
kamilkrzyskow
Dec 30, 2023
Replies: 1 comment 1 reply
-
Same answer as for your search question: #6572 (comment) .md-tabs {
display: none;
} or |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nicfv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same answer as for your search question: #6572 (comment)
The only difference would be different CSS or another template partial file.
or
partials/tabs.html
.