Category field on top of feature image

Hi,

Thanks for the excellent theme!

In version 1.1.0 there is a Category field placed above the Feature Image - is there an easy way to display the Category beside Author or just hide it?

Regards,
Lasse

Hi @lasse,

Use this css code:

.cat-links{
display:none;
}

Thanks,

Cristian

Thanks,

It worked perfectly with a minor change. I had to change it to:

.shapely-category{
display:none;
}

Regards,
Lasse

Hi @lasse,

Glad that you solved it.

Thanks,

Cristian