Change Header Text Color
Go to Appearance > Customize > Additional CSS, and paste the code below:
.site-title a {
color: #000;
}
And replace the "#000" with the hexcode of the color you want to change it to.
Go to Appearance > Customize > Additional CSS, and paste the code below:
.site-title a {
color: #000;
}
And replace the "#000" with the hexcode of the color you want to change it to.
Still need help? Contact Us Contact Us