Hello bodygeek,
Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also if your problem is still there after this, please provide your website URL so I can inspect it closer so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello bodygeek,
If you want to hide the post category tag, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width:767px){
.category .td-post-category {
display:none;
}
}
The result you should see here -> http://screencast.com/t/xAOjcyXYCn
Hope this helps!
If is not what you mean, please provide more details.
Thanks for your understanding!