Removing the category description from public eye

Posted in: Newsmag
Post count: 2

I would like to input information into the category description box for SEO purposes but I do not want it to show on the screen.. How can I remove it?

Post count: 23312

Hello arbabrizvi,

You should use a bit of CSS code to hide it. Try to use the code below and place it in Theme panel->custom CSS area.

The code is ->

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

Thanks.

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