I checked off all the elements in Enfold Blog https://www.screencast.com/t/DEhYRwwdHKW
But the comments and dates still show.
I was able to hide the comments with CSS
.avia-content-slider .slide-meta div.slide-meta-comments,
.avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del {
display: none;
}
But I can’t hide the date – http://marketingbehindcloseddoors.com/
Hey yifatcohen,
Add this to quick css:
Can you screenshot the area where the dates are? I can’t find them
Best regards,
Jordan Shannon
Hi,
Please change your code to following one
.avia-content-slider .slide-meta div.slide-meta-comments,
.avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del,
.avia-content-slider .slide-meta time {
display: none;
}
Best regards,
Yigit
Yes, I had that code in already. It hid the comments but not the date.
Hi,
I added “.avia-content-slider .slide-meta time” selector in your code. Have you tried the code?
.avia-content-slider .slide-meta div.slide-meta-comments,
.avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del,
.avia-content-slider .slide-meta time {
display: none;
}
Best regards,
Yigit
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon