Hello,
How can I remove the ‘Category’ meta data displayed beneath a Post Title on archive pages? I have gone to Dashboard=>blog elements=>blog meta elements and unchecked ‘Blog Post Category’ which does indeed work to remove the categories from the meta data displayed beneath the Post Title on single posts, but the categories still display in the meta data on all archive pages.
Thank you.
Hey 1raddad!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive .blog-categories, .archive .text-sep-cat {
display: none;
}
Best regards,
Yigit
Thank you Yigit! It worked perfectly. Is there a quick reference for the names of all of objects in the theme (like .text-sep-cat, etc), that would make it easier for a user like me to solve these styling problems without having to resort to support?
Hi,
We don’t have anything like that unfortunately, you will have to inspect the element itself to find it’s CSS class, ID or place in the DOM tree.
Best regards,
Rikard
HI there,
I just added
.archive .blog-categories, .archive .text-sep-cat {
display: none;
}
to my quick CSS, and the categories are still showing up above my posts on archive/category pages.
Please advise! Thank you!!
Hi there!
I started my own thread for this at. Could you respond there? My website is linked privately there.
Originally I wanted to hide the categories, but now I would just like to be able to control it’s appearance (color, font) and also control where it shows up on posts/blog pages (i.e., near the metadata at the bottom of the post excerpt rather than above the photo.
Thank you!!