- This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘color in header image’ is closed to new replies.
Hi, is it possible to not add any color to the header image?
Yes, copy this code to Customize > Additional CSS:
.entry-header.with-image:before,
.archive-header.with-image:before {
opacity: 0;
}
thanks so much!