Skip to main content
Best Answer

Any way to calm down the modal popups to review/configure things?

  • May 5, 2026
  • 23 replies
  • 324 views

dklinger
Hero III
Forum|alt.badge.img+13

Everytime I am going into the platform and my browser refreshes. I am dismissing 3 modal popups now - reminding me about configuring the AI and the new navigation experience.

Um - I refresh my browser often? And the 3 dismissing clicks are literally slowing me down.

Yes this is belly aching - but I mean really????? 3 modal popups every single time a browser window refreshes with Docebo opening for a superadmin????

Best answer by jasminekkochar

@dklinger - Of course! I’ve just targeted the whole shebang, so:
 

/* Hide Admin Pop-ups */

app-layout-stacked-popups{

display: none;

}

(Note that this’ll probably hide any future pop-ups as well - so I usually comment out for a couple days right after a push, in case there’s new info our admins might want)

23 replies

100% Agree!
We’ve hidden it via CSS because it was so frustrating to our admins, but it obviously isn’t a great solution for those who may not have seen it before I did.

Would LOVE a longer lasting dismiss option!


dklinger
Hero III
Forum|alt.badge.img+13
  • Author
  • Hero III
  • May 5, 2026

@jasminekkochar - nice to know I am not the only one. Can you do me a courtesy? And share the CSS please? I just want to make it go “bye-byes”.


@dklinger - Of course! I’ve just targeted the whole shebang, so:
 

/* Hide Admin Pop-ups */

app-layout-stacked-popups{

display: none;

}

(Note that this’ll probably hide any future pop-ups as well - so I usually comment out for a couple days right after a push, in case there’s new info our admins might want)


dwilburn
Guide III
Forum|alt.badge.img+8
  • Guide III
  • May 5, 2026

@dklinger - Hi, missed you @ Inspire this year. Is this the new pop ups? Companion and New Interface?

Agree, they are annoying.


dwilburn
Guide III
Forum|alt.badge.img+8
  • Guide III
  • May 5, 2026

@dklinger - Hi, missed you @ Inspire this year. Is this the new pop ups? Companion and New Interface?

Agree, they are annoying.

Never mind, it is obvious now.


JeanetteMcVeigh
Hero I
Forum|alt.badge.img+10

So annoying! 1000% agree.

Thanks for the CSS ​@jasminekkochar 

Missed you at Inspire ​@dklinger 


lrnlab
Hero III
Forum|alt.badge.img+10
  • Hero III
  • May 5, 2026

Agree...once is good, maybe twice but each time you login and then any time you refresh the screen is pushing it. 😆


dklinger
Hero III
Forum|alt.badge.img+13
  • Author
  • Hero III
  • May 6, 2026

@dklinger - Hi, missed you @ Inspire this year. Is this the new pop ups? Companion and New Interface?

Agree, they are annoying.

Missed you too doctor. Its a good story. Will catch you up soon enough lets do a virtual coffee soon enough.


dklinger
Hero III
Forum|alt.badge.img+13
  • Author
  • Hero III
  • May 6, 2026

So annoying! 1000% agree.

Thanks for the CSS ​@jasminekkochar 

Missed you at Inspire ​@dklinger 

Yeah - we are neighbors - literally geographically in each other neck of the woods. My kid is going to Ursinus. Thats a great story will catch you up soon enough.


elamast
Hero I
Forum|alt.badge.img+7
  • Hero I
  • May 6, 2026

Perhaps revive my earlier campaign against these?
 

 


  • Newcomer
  • May 6, 2026

Might be useful for platform owners if we could use these popups to advertise new changes to the LMS, courses, etc. Currently, they seem to be pushed by Docebo with no way for superadmins to use them.


JeanetteMcVeigh
Hero I
Forum|alt.badge.img+10

Might be useful for platform owners if we could use these popups to advertise new changes to the LMS, courses, etc. Currently, they seem to be pushed by Docebo with no way for superadmins to use them.

This is a great idea...if you create the actual IDEA in the community, I would vote for it.


  • Newcomer
  • May 6, 2026

Might be useful for platform owners if we could use these popups to advertise new changes to the LMS, courses, etc. Currently, they seem to be pushed by Docebo with no way for superadmins to use them.

This is a great idea...if you create the actual IDEA in the community, I would vote for it.

 

Good suggestion! Added it to an existing Idea:
 

 


dklinger
Hero III
Forum|alt.badge.img+13
  • Author
  • Hero III
  • May 6, 2026

Might be useful for platform owners if we could use these popups to advertise new changes to the LMS, courses, etc. Currently, they seem to be pushed by Docebo with no way for superadmins to use them.

This is a great idea...if you create the actual IDEA in the community, I would vote for it.

 

Good suggestion! Added it to an existing Idea:
 

 

 


  • Newcomer
  • May 7, 2026

Might be useful for platform owners if we could use these popups to advertise new changes to the LMS, courses, etc. Currently, they seem to be pushed by Docebo with no way for superadmins to use them.

This is a great idea...if you create the actual IDEA in the community, I would vote for it.

 

Good suggestion! Added it to an existing Idea:
 

 

 

Thanks, dklinger, for pointing me there. Your idea didn’t come up when I searched earlier. What happened to that one? Seemed like there was interest in it but it’s now in a closed state.


Forum|alt.badge.img+7
  • Helper I
  • May 7, 2026

Voted on both, even though they show closed. I agree with everyone, having the ability to have more control over them would be great. 


  • Novice II
  • May 8, 2026

Everytime I am going into the platform and my browser refreshes. I am dismissing 3 modal popups now - reminding me about configuring the AI and the new navigation experience.

Um - I refresh my browser often? And the 3 dismissing clicks are literally slowing me down.

Yes this is belly aching - but I mean really????? 3 modal popups every single time a browser window refreshes with Docebo opening for a superadmin????

I’ve immediately disabled them through our Custom CSS. 1st was the Harmony popup-alone and then they came-up with the even more annoying triple stacked one blocking large part of your screen….


  • Novice I
  • July 20, 2026

Hi. 

I am trying to hide these pop-ups. A colleague had added this script and it worked for a short while but now the pop ups are reappearing but the script is still there. 

They have now left and so I am trying to figure this one out. Any advice please? 

 

 


  • Novice II
  • July 20, 2026

Hi. 

I am trying to hide these pop-ups. A colleague had added this script and it worked for a short while but now the pop ups are reappearing but the script is still there. 

They have now left and so I am trying to figure this one out. Any advice please? 

 

 

This is the correct snippet. It should be working.

  • Make sure it’s added in your 7.0 Custom CSS
  • I would put it at the end of all customizations (at the end of the file)
  • From your screenshot it looks like there’s something after the ending curly bracket “}” and the automatic spellchecker had highlighted it with red. Delete everything after the } and just hit enter to go to a new line.

emily.mccarthy
Guide II
Forum|alt.badge.img+6

Might be useful for platform owners if we could use these popups to advertise new changes to the LMS, courses, etc. Currently, they seem to be pushed by Docebo with no way for superadmins to use them.

This is a great idea...if you create the actual IDEA in the community, I would vote for it.

 

Good suggestion! Added it to an existing Idea:
 

 

 

Thanks, dklinger, for pointing me there. Your idea didn’t come up when I searched earlier. What happened to that one? Seemed like there was interest in it but it’s now in a closed state.

Neither of these ideas are populating for me! Was hopeful to add an upvote to get it to review!


  • Novice I
  • July 22, 2026

Thanks for your reply. 

 

I have checked and the code is in 7.0 and at the end. 

I retyped the bracket at the end and made sure there was nothing after it. 

Saved changes but the pop ups came straight up - any other ideas or am I just going to have to get used to them appearing? 

Thanks for your help  😊


I’d note that sometimes we see the error at the end bracket in the Docebo Code Editor if there’s something wrong above (think missing semi-colons, missing brackets, etc).
I’d recommend checking the entirety of your code - and probably doing so in an external IDE that might help flag the error better.


JZenker
Guide II
Forum|alt.badge.img+2
  • Guide II
  • July 22, 2026

Thank you for this!