Hi Support Team,
I would like to use your Grid Style Blog Page without having any of the body content displayed beneath the thumbnail & Title. Please visit arashdibazar.com/admin to bypass maintenance mode and then visit the blog to see what I am referring to. It is displaying the link to the youtube videos I am featuring in the posts and I would like to remove that and just show the title and post date.
Thanks
Asasd
Hey AsadIC!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .slide-entry-excerpt { display: none; }
Cheers!
Yigit
You need to include the !important for this to work:
.slide-entry-excerpt { display: none !important; }
Works fine!
Thanks!