Hi @design,
I hope you are well today and thank you for your question.
Your shared site credentials are not working for me.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a {
color: rgba(61,61,61,0.69) !important;
}
#page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li:hover > a {
color: rgba(61,61,61,0.8) !important;
}
Best regards,
Shufflehound team