Hi Carla-
Thanks for reaching out! You’re right that the Site Title in Resolve remains white regardless of the color palette.
You can fix this with a little bit of Custom CSS. Navigate to Customize > Advanced > Custom JS & CSS and paste this line into your Custom Theme CSS field:
.palette-primary .site-title a { color: black; }
.palette-primary .line-lg { border-top: 5px solid black; }
This will get both the title text itself, as well as the line above the title. Simply replace “black” with your color name, hex code, or rgb code for the color you need.
If you’re looking for a way to control every aspect of your site without any code, I recommend checking out the Crio WordPress Theme for Business.