Hi there,
I used to hide meta information like publishing date from slide entries by adding the following to the custom css:
.avia-content-slider-inner .slide-image {
display: none !important;
}
.avia-content-slider-inner .slide-meta {
display: none !important;
}
I’m afraid this no longer works after updating to the latest Enfold version.
You can have a look at the website provided in the private content, there’s a slider in the middle of the page below “Neuigkeiten”. I want to hide the category of each item and the publishing date.
Thanks!
Cheers,
Mischa
Hey mchbeck,
Add this to quick css:
.blog-categories.minor-meta{
display:none!important;
}
Best regards,
Jordan Shannon