Current Page menu Item disappearing from menu

Current page menu Item disappearing from menu. How can avoid this from happening, We need the current page to still show up in the menu.


Here is my site Read-Only: https://www.subseaglobalsolutions.com
(how to share your site Read-Only link)

Hello.
Your menu link has a class off;

class="dropdown-link w-dropdown-link">Commercial Shipping</a>

When I click the link and it becomes active, it gets the extra class off;

class="w--current">Commercial Shipping</a>

This class - .dropdown-link.w--current - has a CSS setting off - display: none;

Remove this CSS setting and the menu link wil pop up again.

I cant find it, can you post a screenshot on where do I remove this? cant find it. Appreciate your help a lot!