Hi :)
I’m using Articles Blog to lay the articles entries.
But I only want the titles and pictures.
NO catégories or dates…
In the options of enfold it is all off and in the article pages, there is no categories or date or name that appear…
How can I do to hide these meta in the ARTICLES BLOG
tks,
Manu
Hi etamboise!
Please add the following to your custom CSS
header.entry-content-header { display: none; }
and let us know if that helps you out.
Best regards,
Basilis
Hello :)
Added your code and all gone BUT we need the titles to show, only the titles
thank you so much for your help !
Manu
Hey!
Try with this:
.entry-content-header span.blog-categories.minor-meta {
display: none;
}
Best regards,
Josue
Merci beaucoup !! Tks so much :)