Hello,
Please help again, I want to show the category page using full width mode, is that possible?
2. How to delete the ‘date publish + comment’ that show under the title of a post in category page
3. How to delete the ‘date publish + comment’ that show under the title of a post in related post part?
Hope my English doesn’t make you dizzy.
Thanks a lot for the help.
Regards,
Andri
Hi!
I am seeing “ERROR 403 – FORBIDDEN” when i click your links.
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.category .post-meta-infos { display: none; }
You can go to Enfold theme options > Sidebar and choose not to display sidebar on “Sidebar on Archive Pages” http://i.imgur.com/Rb1llS6.jpg
Cheers!
Yigit
Hi!
Please use following code to hide the meta information
#top.archive .slide-meta{ display: none !important; }
Cheers!
Peter
Hi Peter,
Yes, it works. Thanks a lot