Tag Template Pages

Posted in: Newspaper
Post count: 14

I’m trying to modify the tag template page. Specifically, I’m trying to remove the “Tag:” portion of the default page title so it only displays the tag name (not the “Tag:” portion). The theme panel says that page can be edited in the tag.php file. However, after removing “Tag:” from tag.php it still appears on my pages.

What’s the proper theme file to edit so I can remove “Tag:” from the tag template page?

Post count: 35449

Hello,

You can replace/remove name “Tag” from Theme Panel> Translations -> http://prntscr.com/p8jk04 all you need to do is to set a blank page in the translation field. -> http://prntscr.com/p8jkcv -> http://prntscr.com/p8jkfv

Thank you!

Post count: 14

Thank you for the response. That worked to remove the word “Tag” but it didn’t remove the “:”. So, on the top of my tag template pages it now reads “: <TAG NAME>”. Where can I can rid of the “:” so it just has the tag name on those pages?

Post count: 35449

Hello,

You can trty this custom css to hide the “:”
.tag .td-page-header .td-page-title {
overflow-x: hidden;
text-indent: -14px;
}

, also if you want to have more control over the the tag templates, you can use a tag template from tagDiv Cloud Library.

Thank you!

Post count: 14

That worked! Thank you very much!

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