question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hide "Hidden Columns" and "Add a group"

See original GitHub issue

Hi, 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:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dragonwockycommented, Aug 1, 2020

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 😃

0reactions
captainkanpaicommented, Feb 4, 2021

Ow wow, so many more tweaks! I didn’t get to this part yet. Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found