Hi,
I would like to remove the date on the “latest posts” widget on my site, so it’s only the title on the posts that appears.
Can anyone help me with editing the code?
You can see the site here:
http://fhecht.dk/blog/
Thank you very much.
Hey fhecht!
please add the below CSS in Enfold > General Styling > Quick CSS
.post-meta-infos .date-container, .post-meta-infos .date-container + .text-sep-date{
display: none !important;
}
Best regards,
Vinay
Hey Vinne,
Thank you for helping out. I inserted the code per your instructions but it didn’t seem to work out. The date is still there.
bump
Hi!
Please use following code instead
span.news-time { display: none !important; }
Regards,
Yigit
Hello Yigit, I have the same issue. I’d like to remove the “comments count” and “post date” from the post slider.
I tried adding this code from above: span.news-time { display: none !important; } to the Quick CSS field, to no avail.
Here’s the link to the development site: http://kevinpropper.com/IDI/ The IDI Special Events section is where the posts whose dates i wish to remove show up.
Kindest regards,
Kevin
Hi,
I do not see the date’s on the Special Events Section. Not sure if you sorted it? but you may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
Vinay