Remove headline text from page header image
- The topic ‘Remove headline text from page header image’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
How do I remove the headline “Welcome” on the front page header image? I want the image to appear clean without text.
The question applies to the website https://skulpturelt.wordpress.com
Thanks.
/ Jørgen.
The blog I need help with is: (visible only to logged in users)
Hello,
Please copy and paste the following CSS into the Additional CSS section in your customizer:
.featured-page .headline {
display: none;
}
I hope this helps!
Emily
Hello again.
Yes, the headline disappears, but then the image is automatically cropped so violently that the maneuver is not a good idea. Is there no code that at once removes the title text and preserves the format?
If only you could use WP’s Header image settings for that. I never understood that it is not possible.
Thanks, Jørgen.
Hello,
In addition to the CSS Emily provided, add the following style:
.featured-page-section {
min-height: 540px;
}
That code will preserve the height of your header image.
I hope this helps. Thanks!
Thank you so much – now it’s a pleasure.
Great! No problem. :)