By Chorel SA on Thursday, 22 October 2020
Posted in General Issues
Likes 0
Views 400
Votes 0
Hello,

How can I remove some data contained in the block above the videos (in videos listing)? (eg. Author, Likes and Comments)
Is it even possible to remove the entire block?
Hey there,

There is no setting to do it.

You can paste the following custom CSS at Backend > EasySocial > Themes > Custom CSS and see how it goes:

body #es.view-videos div[data-video-item] .es-card__ft.es-card--border {
display: none;
}


Do clear all of your caches before you see the changes.
·
Friday, 23 October 2020 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
It works! Thank you!
·
Wednesday, 28 October 2020 01:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 28 October 2020 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post