Hi Kathryn,
A lot of the code you have in there is redundant and not needed, as it all does the same thing. You have this in the Custom CSS area:
.recent-post .post-date {
display: none!important;
}
.carousel-items .post-item-details, #posts-slider .blog-item-details {
display: none !important;
}
.recent-posts .love-it-wrapper {
display: none !important;
}
recent-posts .post-date {
display: none !important;
}
Please replace it with this:
.recent-post .post-date, .carousel-items .post-item-details, #posts-slider .blog-item-details, .recent-posts .love-it-wrapper {
display: none !important;
}
Regards,
————————————————————————————————————
Cosmin – Support