Tag pages: how to delete "Tag: " label before tag name

Posted in: Newspaper
Post count: 5

Hello,
I want to delete “Tag: ” label that appears before tag name.
I mean: http://www.vidademadrid.com/es/tag/real-madrid/ i want to delete “Etiqueta: ” for all tag pages (that’s the translation)

Thanks very much

Post count: 18283

Hello !

You can use this CSS code: .td-page-header .td-page-title {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

I hope this was helpful !

Thank you !

Post count: 5

Hello,
I’ve just tried it but it’s not what i asked for.

I need that it shows: “Real Madrid” and not “Tag: Real Madrid”

Thanks

Post count: 35449

Hi,

I think that you want to remove this https://i.imgur.com/FrTsD8z.png this can be doe in few ways:
You can use a cloud template from tagDiv Cloud Library, edit it with tagDiv Composer and remove the tag element -> https://i.imgur.com/Aj66Rkg.png -> https://i.imgur.com/durcIAg.png after that set the cloud template in theme panel -> https://i.imgur.com/Ap9UC72.png
If you do not use cloud templates, you can use the translate and set an empty sample the the field for translate -> https://i.imgur.com/0zRQ4XF.png
Or you can use a css like this one: -> https://i.imgur.com/aOeJ3P4.png
.tag .td-page-title {
overflow-x: hidden;
text-indent: -138px;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

Post count: 5

Thank you very much!!

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