Hi!
On my front page, where all my blog posts are shown is the title and below is the date shown. How can I set Enfold to disable / hide the date?
In Enfold > Blog “Blog Post Date” is already unchecked.
Please help.
Hi Desire!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .av-masonry-date {
display: none;
}
Regards,
Yigit
Thank you!
They’re still showing in the mobile version, how disable them there?
Hey!
I looked at your site and I can still see the dates on the desktop version as well so I guess you removed the code? You can try the following instead:
.home .av-masonry-date {
display: none !important;
}
Please clear the cache from your mobile browser and reload a few times if you should not see the changes as the code will apply to all screens sizes.
Cheers!
Rikard
Thanks for the reply. It was the cached version maybe. I reset WP fastest cache, now it’s ok.
Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Have a great weekend!
Cheers!
Yigit