Solution for this topic
Hi @imosek8,
I hope you are well today and thank you for your question.
Instead of relative URL #aboutus please use absolute URL such as https://test22010.yoursite.pl/#aboutus
Then you can active in page anchor menu colors 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
.sh-header .sh-nav>li.menu-item>a[href*="#"] {
color: rgba(61,61,61,0.69) !important;
}
Best regards,
Shufflehound team