Home Page Template
- The topic ‘Home Page Template’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
Is there a way that I can remove the text on the three home page templates?
Thanks, Claire
The blog I need help with is: (visible only to logged in users)
Hi Claire,
I think you’re referring to the page title over the image, for which you can add the following CSS (into the Additional CSS section in the customizer) to hide it on the homepage:
.featured-pages .headline.img-headline {
display: none;
}
I hope that helps!
Hi
Thanks for your response.
There is text under the image that displays three pages.
It is the text I would like to hid and keep the title over the image please.
Thanks,
Claire
Hi Claire,
You can add the following CSS to hide all text below the Featured Page images:
.featured-pages .information {
display: none;
}
Perfect thanks!
You’re welcome!