Hi there,
I have created a post (blog page) for my site, it shows the hero image and the page information on top of the hero image which is not always visible. I would like to remove the hero page but keep the page information like the date the content was created, the author and number of comments.
Can you send me the code on how to achieve this. See screenshot below for more info.
Thanks!
A quick-and-easy solution would be leave the template as is.
And apply some CSS :
h1.post__title{/*apply some shadow*/
text-shadow: 4px 4px 4px rgba(0,0,0,.6)!important;
}
Or to make the overlay darker of the background image darker, if there is any.
Unfortunately, you did not specify your theme, and there are various themes using hivePress. So I can’t tell you the exact code.
My theme is listinghive. Thanks for the solution but I would prefer to have all text outside the hero image if possible. Is there any easy css solution for that? if not what template do I need to customize?
Thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.