Hi Again,
I need to hide the following items from blogs:
1- Author
2- Date
3- By
All the field which contain these meta-info
I used this code:
.post-meta-infos { display: none; }
But it didn’t workout
My link has been mentioned in private content.
Thank you in advance
Hey samconag,
I can’t see any content on that page except for an image?
Best regards,
Rikard
Dear Rikard,
I’ve added another link, Please check.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog #top .post-entry .post-meta-infos {
display: none;
}
Best regards,
Yigit
Thank you very much Dear Yigit.
It fixed my issue and thanks for teaching me the hard refresh.