I was wondering if i can hide some information in mini meta column, I just need to leave the Date of each post, and i want to hide the numbber of comments and in wich category is posted... also i need to increase the date font.
Thanks for your help
I was wondering if i can hide some information in mini meta column, I just need to leave the Date of each post, and i want to hide the numbber of comments and in wich category is posted... also i need to increase the date font.
Thanks for your help
Hi dmaldonado,
Try to add this in Quick CSS(located in Replete > Theme Options > Styling) or custom.css:
.post-meta-infos span {
display: none;
}
.post-meta-infos span.date-container {
display: block;
font-size: 12px; /*default size: 11px*/
}
Hope this helps.
Regards,
Ismael
Thank a lot, works perfectly!
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
You must log in to post.