Hi, I have been using the fix in the following thread: https://meta.discourse.org/t/is-it-possible-to-disable-topic-title-in-header/75502/3
<script type="text/discourse-plugin" version="0.8.13">
api.modifyClass('component:discourse-topic', {
showTopicInHeader() {
return false;
}
})
But as of the new Discourse update v2.3.0.beta9 +469 it does not seem to hide the topic title anymore.
Any help is appreciated, thanks!