Removing Post Category from Main Blog Page

Hello.

Could you please help? I’m looking to remove/hide the post category from the following page (but not from the actual posts themselves):

http://amytinsonphotography.com/blog-2/

All I want showing on this main blog page is the main image, post title, date & author.

Also, is it possible to have the categories showing separately under the the blog title on the post page? For example:

http://amytinsonphotography.com/2017/04/16/cotswold-villages/ - should have ‘Adventure & Travel’, ‘Food & Drink’ & ‘Nature & Wildlife’.

Are these possible?

Thanks in advance,
Amy

Hello there,

I hope you are doing well today.

In order to remove the post category, please try out thefollowing CSS code by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove Category*/
span.shapely-category {
    display: none;
}

As it goes for adding more categories, the theme’s post template will have to be rewritten in order to add more categories.

Best Regards,
Support