Remove Category in Posts

Posted in: Newsmag
Post count: 13

Hello – I am wondering if you can help me hide the categories for posts. Specifically, I would like not to see the category name in the top left or right of posts, whether shown as thumbnails or full posts. Any info appreciated – many thanks in advance!

Post count: 13

To clarify, I want to keep all categories… I just don’t want them displayed in those little post-cat boxes. Thanks!

Post count: 7909

Hi,

Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/OqGAlfmISPnl

.single_template_4 .td-category a{
background:none;
color:red;
}

This code is for post template 4, but you can change the template number from code to template that you want to use. Example template 6: http://screencast.com/t/7Jc6IHHx2C

Thanks!

Post count: 13

Thank so much for your reply! Unfortunately this will not work for me. I need the red letters hidden as well. I use the categories to lay out pages, but I don’t want the user to see them. Any other suggestions? Thanks in advance!

Post count: 7909

Hi,

Now I think I understand you want to hide the categories but I’m not sure if you want to do this for all posts or only for some templates( “whether shown as thumbnails or full posts”).

So if you want to hide for all templates you can set this from Theme Panel > Post Settings: http://screencast.com/t/fs3IgmRoqLgr

If you want to hide them only on some post templates you can use this custom css: http://screencast.com/t/XoDngp50bib

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

Like I said above change only the number if you want to apply to other post templates.

Hope this helps!

Post count: 13

Hi Alin – I feel stupid – I just realized I am in the NEWSMAG forum and I have NEWSES. Let me go over there and start all over again. Sorry!

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