Hello,
1. You can add this code in Theme Options > Styling > Custom css:
.top-bar {
position:fixed;
width:100%;
z-index: 4;
}
.header-wrapper .container-wrapper, .fixed-header {
margin-top: 3rem;
}
2.
.top-bar a:hover {
color: black !important;
}
Regards