tag & categorys
- The topic ‘tag & categorys’ is closed to new replies.
Need help? Check out our Support site, then
How can i hide “the tags” and “the categories” in the right zone of all articles (like this article http://lecliff.com/2013/01/15/cyril-vernet/) ?
Thanks
The blog I need help with is: (visible only to logged in users)
The theme uses Roboto Slab for the font. It’s a font from the Google font directory. You can see info about it here:
http://www.google.com/fonts#QuickUsePlace:quickUse/Family:Roboto+Slab
I think you’ve make mistake ;)
My question here is :
How can i hide “the tags” and “the categories” in the right zone of all articles (like this article http://lecliff.com/2013/01/15/cyril-vernet/) ?
Thanks
The blog I need help with is lecliff.com.
ah ha – I knew I had answered your post about the fonts somewhere :)
You can hide the categories and tags in the sidebar with the following css:
.post-info .taxonomies { display:none; }
i’ve just try this but it doesn’t hide the categories and tags :/
.post-info .taxonomies { display:none; } = http://lecliff.com/2013/01/15/alexandre-manneville/
ah – sorry. I made a typo.
Try this instead:
.postinfo .taxonomies { display:none; }
Yes !
Thank you !