I would like to remove “0 Comments” and the post text that is under the image.
http://www.gregorybeylerian.com/tag/mixed-media/
BUT I want to keep the title and date.
Is there a code for this?
Thanks,
GB
Hi gb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta-comments, .slide-meta-del {
display: none!important;
}
Regards,
Yigit
Hey Digit,
That removed the “0 Comments” great, thank you!
It did not remove the post text that is under the date in grid view.
Is there a way to get rid of that?
Hey!
Please add following code to Quick CSS as well
.slide-entry-excerpt {
display: none;
}
Regards,
Yigit
worked great, thanks!
Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit