Hi,
I have changed my blog page and want to hide the categories and number of comments there in the overview (just showing title, date, excerpt) – I have changed the settings in the Enfold options but this just influences single blog post appearance.
This is the page:
http://www.walkyourtalk.at/blog/
Thanks for your support
Michael
Hi Michael!
Please add the following, to your custom css:
.slide-meta { display: none; }
and let us know if it worked for you!
Best regards,
Basilis
Hi Basilis,
thanks for your reply.
I added the code to the custom css but unfortunately nothing has changed.
I have built my blog site with the avia builder with the element “blog entries” – any other option?
Thanks
Michael
Hey!
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/ufRVYhr.png
Cheers!
Yigit
Hi Yigit,
that works – thanks :-)
How can I also remove categories shown above the title?
Best
Michael
Hi!
Add this in the Quick CSS field in order to hide the categories:
span.blog-categories.minor-meta {
display: none;
}
Cheers!
Ismael
Great, thanks :-)