hide or remove project-types category from portfolio page

Hi,

i really like the shapely template but I’ having a small problem.
I’m using project types for showcasing my portfolio but I want to hide or remove the link to the types itself on the actual portfolio page.

Is there any CSS code I could use?

King regards

Hi there,
Thanks for reaching out.
In relation to your request here, could you kindly provide us with a link to one of your sample portfolios so that we can generate an accurate code for this.

I look forward to your reply.
Best Regards,
Support.

Hi, of course: http://letztenacht.info/ben_jennys/portfolio/hervis-sports-live-youtube-pressekonferenz/

The portfolio is actually part of “B2C” & “Live Produktion” but I highlight me “B2C” - it would make sense to show both tags underneath the post or hide the tag completely

King regards,
B

hey there

Please add this CSS in appearance - customize - additional CSS

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

Thanks!
Colorlib Support Team