How to make the blg template look like the demo site's

Hi! Great theme so far but I can’t figure out how to make the blog on my site look like the demo here.

I’ve changed the settings to show large images and show summary (doesn’t work). The category name cuts into the image and the byline (author, date, category) looks completely different. I’ve attached a screenshot.

How do I change this?

Hi,

Use this Custom CSS to hide it, Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.post-content .shapely-category { display: none; }

Let us know,

Thanks,
laranz.