Skip to main content
Solved

How to hide the topic type selection

  • November 22, 2024
  • 3 replies
  • 23 views

  • Contributor ⭐️⭐️⭐️
  • 22 replies

Hi everyone,

Is it possible to hide the topic type selection for when someone is creating a post? We’d like to simplify the topic creation process and were curious if this step could be skipped/hidden.

 

 

Best answer by olimarrio

@jwren ok that make things simpler 👌

You can add the following custom CSS to hide that element:

.qa-topic-type {
display: none;
}

As always, it’s best to test this first on your sandbox environment to check there are no side effects to this styling.

View original
Did you find this topic helpful?

3 replies

olimarrio
Forum|alt.badge.img+4
  • Gainsight Employee ⭐️
  • 408 replies
  • November 25, 2024

Hi ​@jwren 👋,

Yes this is indeed possible! Which content type would you be looking to hide?

You can hide this using custom CSS and then depending on what you want to hide (e.g. Question) you may need to add some JavaScript to preselect one of the other radio buttons.


  • Author
  • Contributor ⭐️⭐️⭐️
  • 22 replies
  • November 25, 2024

Hey ​@olimarrio 😎

In a perfect world, we’d hide the entire “What kind of topic are you creating” question and selection – and have everything default as a “Question”.


olimarrio
Forum|alt.badge.img+4
  • Gainsight Employee ⭐️
  • 408 replies
  • Answer
  • November 28, 2024

@jwren ok that make things simpler 👌

You can add the following custom CSS to hide that element:

.qa-topic-type {
display: none;
}

As always, it’s best to test this first on your sandbox environment to check there are no side effects to this styling.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings