# 'Topic details' block is opened by default

**URL:** https://meta.discourse.org/t/topic-details-block-is-opened-by-default/165441
**Category:** Support
**Tags:** topic-map
**Created:** [September 26, 2020, 7:09am UTC](https://meta.discourse.org/t/topic-details-block-is-opened-by-default/165441 "2020-09-26T07:09:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ed\_Bobkov](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_bobkov/32/200014_2.png) [@Ed\_Bobkov](https://meta.discourse.org/u/Ed_Bobkov)
#### Post date: [September 26, 2020, 7:09am UTC](https://meta.discourse.org/t/topic-details-block-is-opened-by-default/165441/1 "2020-09-26T07:09:16Z")

</div>

Can’t find what it caused. When I open any topic, this block is opened by default:

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/9/899eb19ef32f43e92da00a44a41141e3995736e0.png)

I would like it to be closed as it is on meta now.  
 ![image](https://global.discourse-cdn.com/meta/original/3X/7/6/761edc80ae88d43108188552cee67c0572a5c066.png)

What to check?

Update:  
it’s connected with this  
[https://meta.discourse.org/t/how-do-i-find-the-popular-links-section/44064/3?u=ed\_bobkov](https://meta.discourse.org/t/how-do-i-find-the-popular-links-section/44064/3)

Update 2:  
as it’s a system core feature, I decide to hide it. Added to CSS:

```plaintext
    .topic-map-expanded, .map .buttons .widget-button.btn.btn.no-text.btn-icon {
    display: none;
    }

```
