To change hand cursor to arrow cursor when hovering over folder in header nav.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
a.header-nav-folder-title {
cursor: context-menu !important;
}