-
|
The Problem
The Goal |
Beta Was this translation helpful? Give feedback.
Answered by
kaixinol
Feb 15, 2026
Replies: 1 comment 1 reply
-
|
Hi, you can completely remove the sidebar HTML by overriding the template in your site |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, I need to display the sidebar on the homepage and in certain other places, and then completely remove the sidebar code elsewhere.
I tried modifying sidebar.html to achieve this, but it seems PostCSS is incorrectly removing the styles from my modified sidebar.html, causing the text to overlap.
I'm now considering manually removing it using regular expressions.