hide tag title in wordpress tag page

Posted in: Newspaper
Post count: 14

Hello,

How can i hide the tag title in wordpress tag page? For example my tags archive have a page with a title like TAG: EXAMPLE. So i want to hide it, can you help me please?

Post count: 623

Hello @cinematographe

You can remove it by making changes in code:
Refer:

OR

Use following CSS code:

.tag .td-page-title {
    visibility: hidden;
}
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.