Hi,
( Maybe this question has already been answered, if so, delete this post and give me just the link to the older post )
I’d like to know if it’s possible to disable showing the author, date, category of a post generally shown under the title of each post.
If it’s possible, can you please tell me how to do that ? ( assuming that I’m very bad at programming !!^^ )
In advance, thank you for your help.
cheers !
Hi!
Try changing that in Enfold > Blog layout > Blog meta elements.
Regards,
Josue
Hi josue,
I tried but it doesn’t change anything : everything is still here under the title of my blog post.
Hey!
Try adding this code to the Quick CSS:
span.post-meta-infos {
display: none;
}
Cheers!
Josue
You are welcome, always glad to help :)
Regards,
Josue