Hello,
The highlight you see comes from the theme (not the plugin). WordPress themes typically highlight same-page menu items and this is what happens in your case.
To bypass the theme’s highlight for the smooth scrolling anchor links you need to add the following to your CSS:
.header .main-menu > li.current-menu-item > a.__mPS2id:not(:hover){
color: #1f2531;
}
.header .main-menu > li.current-menu-item > a.__mPS2id:not(:hover):before{
opacity: 0;
}
And if you also want to bypass the homepage link “Αρχικ?” highlight, just change the above CSS to:
.header .main-menu > li.current-menu-item > a.__mPS2id:not(:hover),
.header .main-menu > li.current-menu-item.menu-item-home > a:not(:hover){
color: #1f2531;
}
.header .main-menu > li.current-menu-item > a.__mPS2id:not(:hover):before,
.header .main-menu > li.current-menu-item.menu-item-home > a:not(:hover):before{
opacity: 0;
}
Let me know if it worked the way you want.
PS.I don’t know if you’re Greek (as I see the site is Greek), but if you are ελπ?ζω να βο?θησα ??