How do I reduce the height of the header image in posts?
- The topic ‘How do I reduce the height of the header image in posts?’ is closed to new replies.
Need help? Check out our Support site, then
Hi there
I’d like to minimise the height of the header image in each of my posts – as my post is more about posts than the images. Please may you assist? Thanks
The blog I need help with is: (visible only to logged in users)
Hi,
Here’s how to make the height of your post images smaller:
.single article header.post-header.has-featured-image {
height: 500px !important;
}
You can change the height size to whatever you would like.
Let me know if you have any other questions.
Have a great day!
Angela
Thank you so much! just another question, how do I get rid of the “about the author” at the bottom of every post?
Hi there,
The ‘about the author’ area is nice to learn more about who wrote the post. This is extremely nice when there are multiple authors. Each author has a page showing all of their posts. Ex: https://largodemo.wordpress.com/author/upthemes/
To use author area to full effect:
If you are still interested in hiding this area here’s how:
To hide:
article.post .author-info { display: none; }
Let me know if you have any other questions.
Have a great day!
Angela
Thank you – Yes I still want to hide the author info, and the code you sent me doesn’t seem to be working for me, please may you assist?
Thanks
Oh sorry about that.
Try this:
.author-info { display: none; }
Let me know if you have any other questions.
Have a great day!
Angela