Hi,
I want to hide the category links displayed after every post in the post tab.
I have tried using the custom css editor also. I have placed the following links in custom css but it did not work
.cat-links, footer.entry-meta {
display:none;
}
.tag-links, footer.entry-meta {
display:none;
}
.cat-links, footer.post-meta {
display:none;
}
.tag-links, footer.post-meta {
display:none;
}
.entry-meta .meta-sep, .entry-meta .category { display: none; }
.entry-meta { display:none; }
.entry-utility { display: none; }
.entry-meta {display: none; }
.category .pagetitle {
display: none;
}
h3.pagetitle {
display: none;
}
p.date {
display: none;
}
div.post p.date, div.post p.postmetadata, div.comment-meta {
display: none;
}
I want to hide category links which come after every post in post tab in profile page.
https://ww.wp.xz.cn/plugins/ultimate-member/