Hello,
Can you kindly share the page url so that I can give you the correct code?
https://www.celinestiegler.ch/
I now added a code that gives an underline, but its not very pretty, as I want it to be the same design as the hover underline. Thank you for the code.
Kindly use the below code. Add it to the Customize > Custom CSS section –
.effect-three #site-navigation-wrap .dropdown-menu>li.menu-item.current-menu-item>a.menu-link>span:after {
height: 2px;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}