- This topic has 1 reply, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Page Title’ is closed to new replies.
How can I change the color of the Page title?
Add this code to Customize > Additional CSS (change the standard white #ffffff color to any color you want)
.entry-header.with-image .entry-title,
.archive-header.with-image .archive-title {
color: #ffffff;
}