change color of title
- The topic ‘change color of title’ is closed to new replies.
Need help? Check out our Support site, then
Hi everyone,
How can we change the title color of the page. They are in white and I want them in black or over darker color. thank you so much
The blog I need help with is: (visible only to logged in users)
Hello,
Sure, add the following style under Appearance > Customize > Additional CSS within the WordPress Customizer:
.banner-content .headline.img-headline,
.banner-content .headline.img-headline::after {
color: #000000;
border-color: #000000;
}
I hope this helps. Thanks!