Remove category name on tag archive pages

Posted in: Newspaper
Post count: 11

Hello,

How can i remove category names on tag archive pages which shows under title, Iam using module 8 for article display view.

Thanks
~Sheen

Post count: 23312

Hello Sheen Paul,

Provide your website URL and some useful screenshots with your section from where would you want to remove the tag. I need this so I can provide a more accurate response.

Thanks for your understanding!

Post count: 11

Hello Catalin,

Thanks for your reply. Here is the screen shot you requested. https://screenshots.firefox.com/yYEbi7hDMsDECuZt/entrystep.com

I need to remove the word “Teacher” from the archive page

Thanks

Post count: 23312

Hello Sheen Paul,

Provide your WEBSITE URL with the link of this page so I can take a closer look at it.

Thanks.

Post count: 11

Hello Catalin,

Here it is : https://entrystep.com/tag/beauty/

Thank you
~Sheen

Post count: 23312

Hello Sheen Paul,

If you want to remove that tag, notice that you should only do it with CSS code. Use the code below and place it in Theme panel -> Custom CSS area.

.td-post-category{
display:none;
}

The result is here -> https://www.screencast.com/t/jBsly9KRl

Thanks for your understanding!

Post count: 11

Thanks It works fine.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.