Home › Forums › Support › Display Tag in “Tag archive” This topic has 5 replies, 2 voices, and was last updated 5 months, 3 weeks ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 29, 2022 at 4:34 am #2357505 Anonymous Hello GP-Team, I need help. My posts are in a “News” category. For example, tags (keywords) are “A”, “B”, “C” and so on. In the category archive, the tags are displayed – that’s fine. But in the archive of the tags, the tags should not be displayed – so “display: none”. What is the CSS code for this? Does somebody has any idea? Best regards Uwe September 29, 2022 at 10:52 am #2358012 YingStaff Customer Support Hi Uwe, Try this CSS: body.archive.tag .entry-meta { display:none; } September 29, 2022 at 11:10 am #2358032 Anonymous Hello Ying, Thanks for the fast reply. It’s almost perfect – but then the “entry-meta” also has the date gone. However, only the “tag” should no longer be displayed. Do you have a variant ready? Thanks and Greetings from munich Uwe 🙂 September 29, 2022 at 12:13 pm #2358091 YingStaff Customer Support Sorry, I overlooked it. Try change the CSS to this 🙂 body.archive.tag .entry-meta .tags-links { display: none; } September 29, 2022 at 10:35 pm #2358383 Anonymous Hi Ying, Thats´s it! Thank you so very much and have a nice day! 🙂 September 30, 2022 at 10:07 am #2359108 YingStaff Customer Support No problem 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In