Hi, how can I remove the comments number and publish date from the blog grid view – https://www.screencast.com/t/9vwsY09vqMm? Can I replace that with a read more button?
Thanks.
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_elegant-blog .avia-content-slider .slide-meta {
display: none;
}
Hope this helps :)
Best regards,
Nikko
That sure helped. Thanks!