How to hide category Description ?

Posted in: Newsmag
Post count: 280

Hi
whene i use category Description its becoume Visible to For visitors

How to hide it ?

check this photo..

Post count: 6535

Hi

By default the theme doesn’t have an option to hide the category description, you can remove it from category settings: http://screencast.com/t/q5KJhVuCLz or hide it with custom css:

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

Thanks!

Post count: 280

thanks man
but its still there after using custom css..

Post count: 6535

Hi

Try this css:
.td-category-description{
display:none!important;
}

If the problem doesn’t solved please provide a link so I can inspect it closer.

Thanks!

Post count: 280

that code work fine now . thanks 🙂

Post count: 280

Hi
the category Description in newsmag 1.5 still there ..
http://www.autosport.me/category/me-plus/

i used this css:
.td-category-description{
display:none!important;
}

but its only work on newsmag 2.0

Post count: 6535

Hi

Try this custom css:

.category .td-category-header .entry-content{
display:none;
}

It should work fine: http://screencast.com/t/KZyVbQhA

Thanks

Post count: 280

its work now
thank you

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