Tagged: avia builder
Hi,
Thanks for the Enfold Theme, I am switching from Abundance and I am amazed by the possibilities.
In the avia builder there is the possibility to add blog content. I would like to use it but it shows image + title + date/comments/category/author + extract. Is there a way to have only image + title ? It can be by the shortcode (it would even be easier for me).
Hey anniet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.post-meta-infos { display: none !important; }
If that does not help, please post the link to your page
Regards,
Yigit
Hi Yigit,
Thanks a lot. Just a question, this will also change the layout on the normal blog page, it seems ? I don’t want that, I just want that in the frontpage with avia buider the column with the blog content shows only the title.
Hi,
Please try the following instead:
.home .post-meta-infos { display: none !important; }
If that doesn’t work then please link to your site so that we can have a closer look.
Thanks,
Rikard
Thanks, I will try it.