Okay
  Public Ticket #2701877
Hiding the words ‘categories’ and ‘tags’ on posts
Closed

Comments

  •  3
    jade__austen started the conversation

    Hello,

    Is there some custom css I can add that will remove the words ‘categories’ and ‘tags’ while keeping the actual categories and tags on posts?

    Thanks,

    Jade

  •  291
    Paul replied

    Hello!

    Sure, please try this:

    .meta-title {
        display: none;
    }
    

    Regards,
    Paul

  •  3
    jade__austen replied

    Thank you Paul!

  •  3
    jade__austen replied

    Hello again Paul,

    That code did the job on desktop and iPad but the meta titles are still showing on mobile. Is there a different code for mobile devices?

  •  3
    jade__austen replied

    This did the trick

    .meta-title { 

    display: none !important;

    }