URL : https://treanches.digitalpress.blog
This table of contents open only when I press that button but I want that to be permanent…I mean when scrolling without pressing on that button can we open that automatically…
URL : https://treanches.digitalpress.blog
Hey @Anand_Dvn, the theme adds a class toc-opened
to the body element when it’s visible. You could play with that. For example, adding the class to the <body>
element initially in default.hbs
file could be an option.