Hide 'Tags'

Posted in: Newspaper
Post count: 24

Hello,

How can I hide ‘TAGS’ in article page.
I only want to hide ‘TAGS’ title and not disable showing tags.

Please have a look at this screenshot: http://imgur.com/KdATbwD

Thanks in advance.

Best,
Zen

Post count: 20688

Hi,

The easier way to do this without modifying the theme files, would be to use some custom css like in this example – https://www.screencast.com/t/4YHOH6rPF
Here is the code used, you must enter it in Theme panel->Custom Css

.single .td-tags li span {
display: none;
}

Thanks

Post count: 24

Hello Simion,

Thanks for your answer.
It works.

Best,
Zen

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