Tagged: categories, enfold, meta data
Hi,
when I have pages for a category listed (I installed a plugin that assigns categories to pages), a line with meta data is displayed for each page. Pic: http://yadi.sk/d/2lWk5d97Lq7k2
The meta info is of no use in this context, so I would like to get rid of it. Is there a way to exclude it in category listings for pages without changing the code in theme files (i.e. via CSS)?
Best regards,
Holger
Hey Holger!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.archive .post-meta-infos { display: none !important; }
Regards,
Yigit
Yigit, thanks, works perfect!