I was wondering if there was a way to remove the date and author from both category and tag pages. Also, the tag page has the word “Posts”; can that be removed too? If so, how can I do so? Please see attached for example.
Thanks!
Hi schenkco,
Please try the following in Quick CSS under Enfold–>General Styling:
.category .post-meta-infos, .tag .post-meta-infos {
display:none !important;
}
Regards,
Rikard
Awesome, the date and author are gone. I was wondering if there’s a way to remove the word ‘Post’ from the tags page. Thanks!
Hi!
Please add following code to Quick CSS as well
.tag h3.post-title.tag-page-post-type-title {
display: none !important;
}
Cheers!
Yigit
That’s weird, adding the last code broke the link. It does not appear my tags page is a valid page anymore. Thoughts?
Hi!
That should not happen. Can you please flush browser cache and refresh your page a few times?
If that does not help, please go to Settings > Permalink and flush permalink settings
Best regards,
Yigit
You’re right – I was messing around with the permalink settings. A simple cache flush fixed the issue. Thanks for your quick response! You guys are the best!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit