Comments 3jade__austen started the conversationFebruary 24, 2021 at 8:42pmHello,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 295Paul repliedFebruary 25, 2021 at 1:18pmHello!Sure, please try this: .meta-title { display: none; } Regards,Paul 3jade__austen repliedFebruary 25, 2021 at 8:03pmThank you Paul! 3jade__austen repliedFebruary 26, 2021 at 5:38amHello 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? 3jade__austen repliedFebruary 26, 2021 at 6:08amThis did the trick.meta-title { display: none !important;}1 Like Sign in to reply ...
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
Hello!
Sure, please try this:
Regards,
Paul
Thank you Paul!
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?
This did the trick
.meta-title {
display: none !important;
}