How do I remove the buttons in the Zen sidebar #9224
Replies: 1 comment 2 replies
-
I found these buttons “.zen-current-workspace-indicator” this is the full name of the button with customizations inside that shows the current workspace use the following code to hide it “#tabbrowser-arrowscrollbox-periphery” this is the + button above, but I wanted to keep it instead of removing it, but normally .zen-current-workspace-indicator looks bad when removed, so I used the following code “#zen-sidebar-foot-buttons” these are the following buttons, I only want the downloads button to remain, but I couldn't find the name of the other button, so I used the following code |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to remove the new tab buttons and the place that opens the theme change section I looked at the zen sidebar css codes in the github of the zen browser, I managed to remove the buttons at the bottom, but I want the downloaded button from the bottom buttons to remain, I wonder if anyone knows what the full names of these buttons are.
Beta Was this translation helpful? Give feedback.
All reactions