Modify posts meta

Hi,

we use Integrity and want to show a specific meta on the blog posts.

Just the actual category of the post (not multiple categories - because our posts have multiple categories). We want to guide the user only to the category he was coming from.

we used this code in the CSS tab of Theme options
.single-post p.p-meta,
.entry-footer [rel=“tag”] {
display: none;
}

and it works well.

Any idea to modify the code to get this done like described above?
Thanks for any help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.