Hi!
I haven’t checked any box under Blog meta elements under Blog Layout but they are visible on the category pages: http://www.kalkgrundet.se/category/lankar/
What code shall I add in order to delete this info in the Category pages as well?
September 14, 2012/0 Comments/in Länkar /by admin
Thanks
Charlotte
try with !important if this does not work without:
#top.category .post-meta-infos {
display: none;
}
Thanks :)
Charlotte