Hide category on post page

Posted in: Newspaper
Post count: 22

Hello,

There is any way to hide the category on the post page?
I mean this: http://snag.gy/BtfzK.jpg .

Thanks in advance.

Post count: 6600

Hi,

You can do it from theme panel > categories then open the drop-down for the category you want to hide and enable this setting: http://screencast.com/t/U6oCSDlZqX

Thanks

Post count: 22

I’m not sure why this option not inside the Post settings and sadly its not working. Its still showing it.

Post count: 388

Lazy way to do them all at once is to use custom CSS:


.post .td-category {
  display: none !important;
}
Post count: 388

P.S. Lucian, I finally installed the Live CSS Editor I see in your screenshots sometimes. So good 😀 Much better than fiddling with five different parts of the inspector or a stubborn cache…

Post count: 6600

Hi,

Thanks TheMediumUTM, glad you did!

@kacsa1337

Make sure you do this right, should work fine if you want to disable all category tags you can do it like TheMediumUTM suggested and hide them, just use the css in theme panel > custom css: http://screencast.com/t/WepswUGa

Thanks

Post count: 22

Thanks.

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