Tagged: hide tags
- This topic has 7 replies, 2 voices, and was last updated 3 years, 10 months ago by Skandha.
-
AuthorPosts
-
December 24, 2020 at 1:02 pm #268909MareParticipant
Hello Support,
How can I hide the “Tags” in my posts?
Got this code from the global forum:
.post-meta-bottom .post-tags {
display: none;
}But doesn’t work at all….
Thank you,
Mare
December 24, 2020 at 9:29 pm #268924SkandhaParticipant@marebos: Hello Mare,
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaDecember 25, 2020 at 3:09 am #268935MareParticipanthttps://marebos.nl ….
But I don’t think you can access my site or you have to live in NL, BE, FR, DE, US or CA.December 25, 2020 at 4:44 am #268936SkandhaParticipant@marebos: Hello Mare,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..tag-links { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaDecember 25, 2020 at 9:21 am #268950MareParticipantHello Skandha,
That worked like a charm, thank you!
To hide categories as well:
.category-links, I presume?Regards
December 26, 2020 at 7:15 am #268987SkandhaParticipant@marebos: Hello Mare,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..cat-links, .sep { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaDecember 27, 2020 at 3:00 am #269035MareParticipantHello Skandha,
Perfect!
Thank you,
Mare
December 27, 2020 at 7:28 am #269042SkandhaParticipant@marebos: Hello Mare, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-evolution/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘How to hide Tags in Posts?’ is closed to new replies.