Tagged: Blog
Hi guys,
which code should I add in the quick CSS to remove comment counts and dates from the post slider element & the Enfold Combo Widget within the blog page?
See the page here:
https://casateulada.com/activities/
Thank you!
Antonio
PS: Basically, I don’t want the date and comments to show up anywhere…
Hi Antonio!
Please add following code to Quick CSS
.slide-meta { display: none !important; }
Regards,
Yigit
Thanks Yigit!
Works great. Any chance it can be applied to the Enfold Combo widget as well showing up within the page? Date can be still seen there.
Thank you :)
Antonio
Hey!
Sure :) Please add following code to Quick CSS as well
span.news-time {
display: none;
}
Regards,
Yigit
Super! thx!