How to remove the time-to-read icon from Articles?
hackermade Hi
You can try this custom css code:
.article-info dd.published {
display: none !important;
}
hackermade Hi
You can try this custom css code:
.article-info dd.published {
display: none !important;
}