Hide tags from my post (blog)
- The topic ‘Hide tags from my post (blog)’ is closed to new replies.
Need help? Check out our Support site, then
When I publish the post it automatically displays all the tags that I have added in the post. What CCS can I use to hide the tags from the post itself and from the preview in the blog
The blog I need help with is: (visible only to logged in users)
Hello,
Please add this custom CSS to your site to hide tags shown in the entry footer area:
.hentry .tags-links {
display: none;
}
Let me know if you have any additional questions.
Kind regards,
Taras
Hi Taras,
I tried the CCS provided but that didn’t work.
Could you please post a link to the page where your posts are located, so I can inspect it?
Thank you,
Taras
sure, the blog is this https://alecollazos.com/blog/
And the article page is this: https://alecollazos.com/2021/04/20/power-automate-a-complete-guide-for-non-technical-people/
Thanks
Hi Alejandra,
Thank you for providing links.
The reason why a custom CSS from a previous post does not work is because your site does not use the Appetite theme.
I would recommend you to contact the author of your theme for a solution.
Navigate to the themes page in your dashboard (My Site → Appearance → Themes) to find the name of the theme used on your site.
Then, find this name in the right sidebar of the main page of a support forum.
Kind regards,
Taras
Hi Tara,
Ohh thanks for letting me know, I had no idea. I was doing edition swearing I was working based on Appetite Theme. Is now back to Appetite and the tags are hidden now. Thanks Anyway!
You are very welcome, Alejandra!
Kind regards,
Taras