Remove Tag Cloud on Category Pages

Posted in: Newspaper
Post count: 63

Is there a way to remove the tag cloud on category pages on mobile? Here is a link with an example. It only does this on mobile, but in some cases, like in this link, the cloud is so big that it pushes the content down.

http://goingfor2.com/category/fantasy/nfl-season-long/rankings/

Post count: 35449

Hi,

If you are referring on this -> https://www.screencast.com/t/EnEyws6qdc if is so you can use this custom css
add the css in Newspaper>theme panel>Mobile theme >Custom code
-> https://www.screencast.com/t/HqSTf7TfzZ7W
.td-category-header{
display: none;
}

-> https://www.screencast.com/t/Cw4otHJOi3lZ

Also I note that your thumbs do not have the proper size please try to regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ , also is possible that you have some plugins that made that happen
-> https://www.screencast.com/t/Dgm3oZAGS8
-> https://www.screencast.com/t/4MZdvmKa

Thank you.

Post count: 63

Awesome. Thank you. And I’ll look into the Thumbs issue. Appreciate it.

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