Hi,
With ENFOLD, I would like to hide post-meta on blog posts, and I’ve tried the copy the following in custom css unsuccessfully:
.post-meta-infos {
display: none;
}
Thank you for your help and regards
Ok, I’m fine, actually it was:
.slide-meta {
display: none;
}
that I needed to add to custom.css.
Sorry for disturbing.