Skip to main content

Does anyone know how to remove this “?” ? It does not seem to do anything, we would like to remove it from the user’s view. Thank you!

 

If you hit that “?” it hides all the little pop ups all over the page. I use this feature ALL the time.  It either shows or hides page info.  You may notice pop ups when the cookies settings pop up, I just click on the ? mark to remove all the pop ups.


What is the little Ninja guy with the ‘11’? I don’t have that?


@Scott Foster that the virtual coach


@jcellitti I had some code for this but it stopped working...not sure why…

check the discussion group, HTML & CSS


This should do it for you:

/* Hide the '?' icon in the header */
.internal-header-suggestion-balloons {
display: none!important;
}

If you are trying to customize the header icons more, theres some support for all of them including the code above built into the CSS Wizard on Fark.Tools as well.


@Scott Foster that the virtual coach

Thanks

I couldn’t access it on my Docebo. I had to open a ticket. Definitely interested in testing it out. 


Work with your CSM to see what the CSS would be to remove the ‘page info’ question mark. I actually wanted to convert the code to open our help ZenDesk. I feel like the ? doesn’t really help a user and confuses more than helps.


Reply