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!
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!