如何从侧边栏删除某些部分

which old sections? does something like this work?

COMMON CSS

.sidebar-section[data-section-name="categories"] {
  display: none
}

also there is this:

2 个赞