Hi Support
Is there an easy way or what is the CSS to Hide the Date on Posts.
We are using
– Blog layout Default (Business)
– and using Advance Layer Editor on Blog page
– and in Blog Meta Elements… Blog Post Date is deactivated… But Date still shows :(
Your help would be gratefully appreciated :)
Dave
Hi Dave,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-content-slider .entry-content-header {
padding-bottom: 10px;
}
#top .avia-content-slider .slide-meta {
display: none;
}
Best regards,
Nikko