Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @liquidmind,

    To hide the category that you have said, you can try using this code:

    .ast-terms-link a:nth-child(2) {
    display: none !important;
    }

    Thanks!

    Thread Starter liquidmind

    (@liquidmind)

    Works great, thanks! One small issue is that it leaves a trailing comma, which looks like Docker,,Python. Any way to fix that?

    EDIT: Just realized, this fix hides category #2 regardless of its name, does not work if Featured is 1st in order, or 3rd. Is there a way to hide it by name?

    Thanks again.

    • This reply was modified 2 years, 2 months ago by liquidmind.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide specific category name from post meta’ is closed to new replies.