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
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!
I did as instructed, but the category description is still showing on mobilephones and tablets
https://www.deworldinsights.com/category/career-guide/
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!