Removing the topic-map (revisited)

Hi, I hope someone can help, i’m trying to remove the Topic-map.

I’ve tried this and the button has gone but not the main body of it…am I missing something?

.topic-map section {    
          display: none;
 }
 
 .topic-map .buttons {
        display: none;
 }

Got it lol. (Paste into CSS)

    .topic-map {
        display: none;
    }


    .topic-map .buttons {
        display: none;
    }
3 Likes