Hello Josue,
please can you do it again what you did here for “scroll to top” link:
https://kriesi.at/support/topic/scroll-to-top-hightlight-first-menu-item-as-active-and-should-not/
I have accidentally overwrite my style.css and lost your style which you have add. Please write here code, to have it as backup.
Thanks,
Djuka
Hi bogosavljev!
Thank you for using Enfold.
Add this on Quick CSS or custom.css to remove the TOP menu item:
li#menu-item-3531 {
display: none !important;
}
Cheers!
Ismael
Great, thanks!