Hi
Can you tell me how to remove blog post dates please?
I’ve added .single-post .date-container {display:none !important;} to the CSS, but it hasn’t worked on the blog page.
Thanks
Hey Picante,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.date-container, .text-sep-date {
display: none!important;
}
Best regards,
Yigit
Great – thanks Yigit!