Use case

 

When you don't want to have the possibility to search in the WalkMe Menu, you can hide the Search Bar.

You can do that by adding some CSS code to the Global CSS part in the WalkMe Editor.


Attention

If you have a customized WalkMe Menu, the CSS coding to use can slightly change. 

You can create a DGTL Support ticket if you require assistance.

 

Solution

 

  • Log in to the WalkMe Editor.
  • Choose the system where you want to do the change.
  • Click on "Customize" to access the global CSS.


  • Click on the tab "CSS".


  • Add the code below to the global CSS:

.walkme-direction-ltr.walkme-tab-header.walkme-override.walkme-css-reset
{
visibility: hidden;
}

#walkme-tabs-wrapper
{
top: -5px !important;
}


  • Click on Publish Settings to activate the CSS change.


Useful information

Link to the Tip Tuesday on WalkMe World about removing the Search Bar 



Do you still have questions? Click here to create a DGTL Support ticket.

Our Support Team will be happy to help.