https://www.futura-grading.com/ in bottom page I need to hide meta information
.avia-content-slider .slide-meta {display:none!important}
Don’t work
Hey unicaweb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .news-wrap span.news-time {
display: none;
}
Hope this helps :)
Best regards,
Nikko
Hello I have same problem here https://www.mybirmans.it/ to hide slide-meta on footer
.avia-content-slider .slide-meta, .av-masonry-date {display:none!important}
do not work
Hi,
Please try
.news-time { display: none !important; }
Best regards,
Basilis