Hi there,
1) This is a bit of a tricky one.. The images aren’t fixed height and cropped as users have a large range of needs for the featured images. Would it help to have an option for same height images?
2) You’ll need to create a page for the blog, and then set this page in Settings > Reading – that way you can control the output and disable the excerpt. Alternatively, just add this custom css:
.blog .blog-item .excerpt {
display: none;
}
3) Add this custom css:
.masonry-items .blog-item h6 {
display: none;
}
You can hide the menu with this custom css:
#main-nav {
display: none;
}
If you want a search bar, you’d be best to do what I said above and create your own page, then you can add a search bar using the page builder.
Hope that helps.
– Ed