Is possible to hide autor / date on portfolio?
Hello, good afternoon!
I'm interested to disable the line "Published by Muffin Group at April 26, 2014" in portfolio page's, can you help me?
Thank you very much in advance
Cheers
I'm interested to disable the line "Published by Muffin Group at April 26, 2014" in portfolio page's, can you help me?
Thank you very much in advance
Cheers
Comments
this can be done within below css: Thanks!
My way to solve it is to insert the code via column on each page:
<style>
.post-meta .author-date { display: none; }
</style>
Thanks muffingroup.
Cheers