Hi,
is it possible to hide the meta infos (date / author etc.) on the bottom of the blog posts, while still showing them on the blog post element?
Thanks and Greetings
Hey AgenturLanzinger,
As I understand your question this can be done with css display:none, if you can link to an example blog post where you want the date & author hidden and to a page where the blog element is used and you want the date & author to continue to be shown we can assist.
Best regards,
Mike
Hi Mike,
whenever I try to hide the meta infos on a blog post via display:none, the meta infos were also hidden on the blog element. But no problem, I´ll give you the Login credentials and further information in the private content.
Thank you and regards
Lanzinger
Hi Lanzinger,
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
/* Hide meta infos on single blog posts */
.html_elegant-blog #top.single .post-meta-infos {
display: none;
}
Please review your website :)
Best regards,
Yigit
Hi Yigit,
thanks! You guys are great!
Regards
Lanzinger
Hi Lanzinger,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko