How to hide catergory descrption

Posted in: Newspaper
Post count: 20

Hi,

I’d like to hide category description on the page. https://gameworld.vn/esports/
The red box is the descroption: https://gyazo.com/aacf5078c164e48aca1d9c620781d73c
How do I do that? I’d like to have it so Google Search can display the description, however I don’t want it to show on the page when viewers click on the category.
Thank you

Post count: 23312

Hello Ninhigan,

Use the code below and place it in Theme panel -> Custom CSS area.

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

The result is here -> https://www.screencast.com/t/QHe5csStth

Thanks for the message!

Post count: 11

Thank you Sir

Post count: 20

Hi, with the newspaper 9.5, the category description is showing up again even though I’ve put the above code in the Custom CSS

Post count: 20

Hi, sorry, actually after i tried copy and paste the code again. It disappeared, sorry for the trouble

Post count: 6

I did as instructed, but the category description is still showing on mobilephones and tablets
https://www.deworldinsights.com/category/career-guide/

Post count: 27744

Hello @Lorlornyo,

If you mobile theme plugin, then you need to add the custom code in Theme Panel -> Mobile Theme -> Custom Code => https://www.screencast.com/t/St204VtFl3N

Thank you!

Post count: 6

Worked, thanks!

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