Change color site identity
- The topic ‘Change color site identity’ is closed to new replies.
Need help? Check out our Support site, then
How do I get the text of the “site identity”, above, in white letters?
The blog I need help with is: (visible only to logged in users)
Hello!
This should work for you:
.site-description p {
color: #fff;
}
Thanks!
Thanks! :)
Happy to help :)