Skip to content

How to disable 'Section Navigation' text #1579

Answered by 12rambau
tim-stephenson asked this question in Q&A
Discussion options

You must be logged in to vote

It is not configurable from the theme itself but by inspecting the Bokeh website, it turns out they simply hide it with the following line in their custom.css:
https://github.com/bokeh/bokeh/blob/931c912f2fca2b659f7d8b463640e1a6198fb770/docs/bokeh/source/_static/custom.css#L58C8-L58C8

/* make left sidebar title invisible */
.bd-links__title {
  display: none;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tim-stephenson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants