How to hide category descripcions

Posted in: Newspaper
Post count: 1

Hello,

Im using newspaper theme. I gave description for every category which I am using as my menu. I gave description to category because my seo insisted to do so, but I don’t want to display that description on my web. I want to hide those descriptions.

Please help me out
Thanks

Post count: 22421

Hello,

If you want to hide the category description you can use a css code:
.td-category-description{
display:none;
}

You can add the code in the theme panel-custom css

Thank you!

Post count: 1

Hello, If is there any issue for SEO after hiding the description…

Post count: 22421

Hi,

For SEO there should be no implications if the description is simply hidden with css. The markup is still there only it’s not shown on the screen.

Thank you!

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