Jump to content

No way to hide the "Explore Questions" box in Q&A forums?

Featured Replies

Posted

Title is self-explanatory.

I can't find a way to disable that section in Q&A forums. There really should be an option for this.

  • Author

Any way to hide the box with CSS until a better solution is present? :)

I can't find any way to target that box specifically? Anyone got any ideas? It's the only Q&A section on my forums.

d0457a8396bf96b8cb05f61d7ea0f72d.png

ckeditor_darkexample.zip

  • 4 weeks later...
  • Author

Just to share with anyone that wants to do this, I found out how to hide it with CSS, for now. :P

.ipsApp_front div[data-controller="forums.front.forum.forumPage"] div.ipsBox:not(:only-of-type):first-of-type { display:none; }

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.