To change the navigation color on One Page Squarespace, you can use CSS code.
#1. Use Squarespace ID Finder to find the ID of the Page.
In my example, it will be:
- #collection-667edc0c5e1a081c41200eba
#2. Use this code to Custom CSS box
#collection-667edc0c5e1a081c41200eba {
div.header-nav-item>a {
color: #f1f !important;
}
div.container.header-menu-nav-item * {
color: #f1f !important;
}}