Hello, how to i exclude this informations in Element Blog Post? I want just Image and Title, no comments and date. Look the redlines.
Image: https://drive.google.com/open?id=0B6pTqDoWcm4GMUpNRXlub0hENlU
Hi Leonardo,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi!
Can you please post the link to the exact page? I checked your “home”, “artigos” and “blog” pages but cannot see post meta on these pages
Cheers!
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.post-meta-infos { display: none !important; }
Best regards,
Yigit
Did not Work.
Yigit, look.
I want “exclude” the images just em Artigos.
In my blog no. On blog the images is ok.
Hey!
Code i posted should have removed the section you pointed out in your screenshot. If you would like to remove images from Artigos page, please use following code
.page-id-711 a.slide-image {
display: none;
}
Cheers!
Yigit
Okay, now it worked. But on the homepage, the images still appear.
Hi!
Please add following code to Quick CSS as well
.home a.slide-image {
display: none;
}
Regards,
Yigit
Thanks Yigit. I’m sorry for anything.
Close topic :)