- This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Header Title’ is closed to new replies.
Is there a way to remove the header title that is on each page in white lettering? I have my own title on my image.
Copy this to Customize > Additional CSS:
.title-meta-wrapper {
display: none;
}
Thank you so much!