The elegant styling does not appear very well:
http://lifeterapias.com.br/blog-life-terapias/
Also, how can I remove the date ?
Thanks.
Hi ax2201!
use this to remove date:
.slide-meta {
display: none !important;
}
and this to gain some more space for the buttons:
a.more-link {
position: relative;
top: -29px;
}
Adjust as needed.
Regards,
Andy
Thank you for the ALWAYS EXCELLENT support!