[ad_1]
Hi, you have this as Custom/Additional CSS on your site:
.entry-footer {
display: none !important;
}Remove that and it should display.
I don’t see it on my additionnal css. Here are the one i use :
.blog-single-date {display: none !important;}
.blog-single-byline {display: none !important;}
.blog-card-date {display: none !important;}
.featured-item-bottom {display: none !important;}
Is it because of the last one featured-item-bottom ?
I’ve made it work by adding
.entry-footer {
display: block !important;
}
not sure if it is a correct way tho, in case you have a better solution
That solution should work fine.
Superb, have a great day, the thread can be closed.
Have a great day you too, marked as resolved!
