Hide "Hidden Columns" and "Add a group"
See original GitHub issueHi, i tried to hide “add a group” and “hidden columns” for all the board views in Notion but my code doesn’t work 😕
.notion-board-view>div:nth-child(1)>div:nth-child(4),
.notion-board-view>div:nth-child(1)>div:nth-child(1)>div:nth-child(3) {
display: none !important;
}
.notion-board-view>div:nth-child(1)>div:nth-child(3),
.notion-board-view>div:nth-child(1)>div:nth-child(1)>div:nth-child(2){
display: none !important;
}
Could you help me why this doesn’t work? Developer tools are displaying that selectors are correct but there is no change to any of attributes.
I know that you post solution in the styling.md but still I want to know what is wrong with that.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Removing hidden columns & scroll on inline board : r/Notion
Just to the left of that should be 3 dots. Click the three dots and select "properties" in the dropdown menu. Then toggle...
Read more >How to hide columns in Excel using shortcut, VBA or grouping
Select the column or any cell within the column(s) you want to hide. On the Home tab, in the Cells group, click Format...
Read more >Quickly Hide Rows & Columns with Groups and ... - YouTube
In this video, you can learn how to group rows and columns in Excel so that you can quickly hide and unhide rows...
Read more >Hide or show rows or columns - Microsoft Support
Right-click the selected columns, and then select Hide. Note: The double line between two columns is an indicator that you've hidden a column....
Read more >Quickly Hide Rows & Columns with Groups and Outlines in ...
It's pretty easy to remember (H is for hide). Alt, A, J can be used to unhide. You have any cell in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hope you can figure that out… if you do have other custom changes that you think other users might like to use too it’d be awesome if you could send them to me to include 😃
Ow wow, so many more tweaks! I didn’t get to this part yet. Thanks!