How can I hide categories on mobile theme blocks?

Posted in: Newspaper
Post count: 14

When I access a category page on mobile, both blocks display the category name next to every post title.

It could be ok to display them on the hompage, but not on the category pages…

Thank you guys!

Post count: 23312

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!

Post count: 14

Hi there,

Tried that, still didn’t work…

Check out my username .ro

Thanks!

Post count: 23312

Hello bodygeek,

Please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks.

Post count: 14

bodygeek.ro

Post count: 23312

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!

Post count: 14

It works perfectly, many thanks!

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