Delete page titels by tags

Good evening!

I have removed the page titles from my website,
what works great
but I now work with tags on my pages
and when pages come up after clicking on a tag,
the page titles apear there, can I remove them also in some way?

thank you

my website

Hi there

You may use this css code to dissable it:

.post-content .entry-content .post-title {
display: none;
}

1 Like

yes great it works!
perfect
thank you :innocent:

Nice to know :slight_smile:
Thanks