How Do I Edit A Custom Dropdown Menu Title?

I have made a custom dropdown menu to be used for switching storefronts. It works fine except that the title changes depending on what page I am on in my site.



I want the title to stay the same. I have not been able to figure out how to do it.



Any ideas?



Thanks for reading.

Capture.JPG

Capture2.JPG

Each menu item has the Activate menu item for dispatch setting. Try to specify fake dispatch there

Thank you for the reply, however it does not seem to solve my issue.

As alternative, you can add the following CSS rule to the CSS section of the Theme editor:



ul.dropdown-multicolumns > li.active {
background-color: transparent !important;
}