I want to remove the publishing date from a blog post. How do I do That ?
Hey wolfadministratie,
Please try the following in Quick CSS under Enfold->General Styling:
.single-post .date-container {
display:none !important;
}
Best regards,
Rikard
I’ve tried it but no luck. The date is still be there.
I’m using the child theme.
Does thta make a difference ?
Hey!
Can you please post the link to your page where you would like to make changes so we can provide you an accurate solution?
Regards,
Yigit
Hello,
I want to remove date from blog and i just added it now and it does not work.
.single-post .date-container {
display:none !important;
}
Hi,
You can remove the date using this custom CSS:
.av-masonry-date {
display: none !important;
}
NOTE: add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
Best regards,
John Torvik
Thank you man!
it is working now! perfect!
Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko