Skip to main content
Solved

Can you edit the info in the i where 'What topic are you creating' line is?


ryanne.perry

Hi Community! I am wondering if I can edit the copy on the window that opens up when you click the i on the ‘What topic are you creating’ in a ‘Create a topic’

We want to remove the Idea since we removed the ability to create Ideas for now.

 

Best answer by leo-inspired

Ohhh so you want to hide the “Idea” tooltip, not change the text. My apologies, I guess I read this wrong. Add this to your Custom CSS:

.qa-topic-type .tooltip__content p:nth-of-type(3),
.qa-topic-type .tooltip__content label:nth-of-type(3){
    display: none;
  }

This is a little hack because we don't have a specific separator class for just the Idea tip, so I'd recommend double-checking that it doesn't cause any issues on the Create New Topic page, but I believe it should be fine 😀

View original
Did you find this topic helpful?

6 replies

DannyPancratz
Forum|alt.badge.img+7
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • 966 replies
  • July 12, 2023

I would guess you can. It’s probably a hidden phrase they’ll need to provide for us to input into the phrasing editor within Control. 

Thanks for asking this! I just recently hid ideas as well and missed that this tooltip will need updating. 


leo-inspired
  • Gainsight Employee ⭐️
  • 160 replies
  • July 12, 2023

When you’re logged in as an admin, toggle on the “Phrases” option and then just hover to the Idea - you’ll see this text showing up:
 


If this doesn’t work, you can add this phrase on Control:

Module: Forum
Key: topic.form.type.idea.tooltip


Let me know if this helps 😉


@DannyPancratz @ryanne.perry 


DannyPancratz
Forum|alt.badge.img+7
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • 966 replies
  • July 13, 2023

@leo-inspired thanks, but that doesn’t quite solve it. 

Even with the Idea option hidden via CSS, editing that phrase just removes the description of Ideas, not the Idea option from the tool tip.

 


leo-inspired
  • Gainsight Employee ⭐️
  • 160 replies
  • Answer
  • July 13, 2023

Ohhh so you want to hide the “Idea” tooltip, not change the text. My apologies, I guess I read this wrong. Add this to your Custom CSS:

.qa-topic-type .tooltip__content p:nth-of-type(3),
.qa-topic-type .tooltip__content label:nth-of-type(3){
    display: none;
  }

This is a little hack because we don't have a specific separator class for just the Idea tip, so I'd recommend double-checking that it doesn't cause any issues on the Create New Topic page, but I believe it should be fine 😀


DannyPancratz
Forum|alt.badge.img+7
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • 966 replies
  • July 13, 2023

Thanks, @leo-inspired; that worked for me!


ryanne.perry
  • Author
  • Helper ⭐️
  • 82 replies
  • July 13, 2023

Worked for me as well! Thank you @DannyPancratz & @leo-inspired !


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