I am trying to remove the date in the blog post block. Here is a screen shot:
http://prntscr.com/b0zp4c
I read through the support and have added these quick CSS based which suggested will remove date. Here is a screen shot of what has been added:
http://prntscr.com/b0zpsx
Can you please suggest alternative way?
Taja
Hey Taja,
Thanks for getting in touch with us!
Would you mind providing a precise link to your site. We need to be able to inspect the element in order to help you with CSS :)
Best regards,
Jordan
Hey!
Please add:
.html_elegant-blog .avia-content-slider .slide-meta {
display: none;
}
.html_elegant-blog .avia-content-slider .read-more-link {
top: 0;
}
Please clear your Cache, disable the minidy plugin and give it a try again.
Cheers!
Basilis
That worked! Thank you. Taja