Skip to main content
Best Answer

Hiding Contextual Help icon


lrnlab
Hero III
Forum|alt.badge.img+8

Does anyone have CSS code to hide this icon? We are trying to strip down one of sites to have minimal options in the top bar...Was able to find a way to hide global search but would appreciate if anyone has this code is they can share. Thank you.

 

Best answer by nick.tosto

@malicm while I think that CSS would work, I’d be worried it would hide all question mark icons throughout the platform, which may not be good.

I might try this code instead:

.internal-header-suggestion-balloons {
    display: none !important;
}

 

View original
Did this post help you find an answer to your question?

17 replies

malicm
Contributor II
Forum|alt.badge.img
  • Contributor II
  • 27 replies
  • December 14, 2021

Hi @lrnlab,

I have this that my implementation specialist shared. You might be able to work with it. I haven’t used it myself.

/*hide contextual help question mark (but not link)*/

div.zmdi.zmdi-help{

    display:none;

}


Forum|alt.badge.img+2
  • Docebian
  • 65 replies
  • Answer
  • December 14, 2021

@malicm while I think that CSS would work, I’d be worried it would hide all question mark icons throughout the platform, which may not be good.

I might try this code instead:

.internal-header-suggestion-balloons {
    display: none !important;
}

 


malicm
Contributor II
Forum|alt.badge.img
  • Contributor II
  • 27 replies
  • December 14, 2021

@nick.tosto Good to know. I will be sure to note that on what the implementation specialist gave me. Thank you!

 


lrnlab
Hero III
Forum|alt.badge.img+8
  • Author
  • Hero III
  • 4779 replies
  • December 15, 2021

Thanks @nick.tosto that worked.


KatieD
Influencer I
Forum|alt.badge.img+1
  • Influencer I
  • 69 replies
  • February 8, 2022

@nick.tosto and @lrnlab - does using this css prevent the help from popping up at all as well? It seems to have hidden the button from the menu bar but the balloons still pop up. Is there a way to turn them off altogether?


lrnlab
Hero III
Forum|alt.badge.img+8
  • Author
  • Hero III
  • 4779 replies
  • February 9, 2022

@KatieD sadly it does not...actually makes it more stressful to have to click them all off one by one LOL


Forum|alt.badge.img+2
  • Docebian
  • 65 replies
  • February 11, 2022

Since it was brought up in a different thread here in the community, I thought I would share that you can hide the pop-boxes themselves with CSS as well:

 

.bg-main.docebo-balloon.color-white {display: none;}

 


Anders
Helper I
Forum|alt.badge.img
  • Helper I
  • 22 replies
  • February 14, 2022

This might be a question for the experts, but isn’t the contextual help supposed to go away and stay hidden once you’ve closed it or turned it off? I know it doesn’t, but I’m curious if that’s a bug or a feature. 😅


lrnlab
Hero III
Forum|alt.badge.img+8
  • Author
  • Hero III
  • 4779 replies
  • February 14, 2022

HI @nick.tosto seems to be working as expected, thanks for the code Nick!


lrnlab
Hero III
Forum|alt.badge.img+8
  • Author
  • Hero III
  • 4779 replies
  • February 16, 2022

HI @nick.tosto a couple notes on using the CSS…

  • if you do not also add code to hide the actual question mark icon, and the user selects it, it actually supersedes the CSS code and turns ON the help
    • logging out and back in resets it to OFF
  • if you impersonate a user, the help is automatically turned back on when the admin returns to their page

Don you have another way to make this more permanent? Thank you


Forum|alt.badge.img+2
  • Docebian
  • 65 replies
  • February 16, 2022

@lrnlab it seems like there were a few invisible characters in the code I pasted above between the open curly brace and “display” that was making it so the CSS didn’t work properly. I just updated it and it seems to be working consistently now. Let me know if it still doesn’t work.


lrnlab
Hero III
Forum|alt.badge.img+8
  • Author
  • Hero III
  • 4779 replies
  • February 16, 2022

Hi @nick.tosto tried with this code and dont see any difference..same as mu notes above...did I  miss something?

.bg-main.docebo-balloon.color-white {​​​​display: none;} 


Forum|alt.badge.img+2
  • Docebian
  • 65 replies
  • February 16, 2022

@lrnlab weird, looks like it was still doing it. You can tell if you copy and paste the code into a text editor you’ll see something like this:
 

 

I just edited the code above again and I think those characters are gone but it doesn’t hurt to double check.

 

If you’re seeing the below in the Custom Styles area after you paste it in, you’ll know it’s still not working:

 


lrnlab
Hero III
Forum|alt.badge.img+8
  • Author
  • Hero III
  • 4779 replies
  • February 16, 2022
nick.tosto wrote:

@lrnlab weird, looks like it was still doing it. You can tell if you copy and paste the code into a text editor you’ll see something like this:
 

 

I just edited the code above again and I think those characters are gone but it doesn’t hurt to double check.

 

If you’re seeing the below in the Custom Styles area after you paste it in, you’ll know it’s still not working:

 

yes that’s what I’m seeing (the grey error message) - how can we get this working?


Forum|alt.badge.img+2
  • Docebian
  • 65 replies
  • February 17, 2022

@lrnlab I expect if you type the code out instead of copying and pasting it would work properly


Forum|alt.badge.img
  • Helper I
  • 40 replies
  • March 14, 2023

Did anyone find an answer to this? or did I miss which code to use?


Adam Ballhaussen
Guide III
Forum|alt.badge.img+4

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