How can I display meta data on blog posts but WITHOUT the date?
Hello Philip,
Thanks for writing in!
Please add following CSS under X/Pro > Theme Options > CSS:
.entry-date {
display: none !important;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
What about getting ride of / / ?
Thanks!
Hi Philip,
Please update the given CSS to this:
.p-meta span:nth-child(2),
.p-meta>span:after {
display: none;
}
.p-meta>span .meta-comments:before {
content: "/";
padding: 0 0.45em;
}
Hope it helps,
Cheers,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.