Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Hide date blog
DaniaBikes
April 2017
in
Theme support
Hello,
Is there a way to hide the date of all blog posts?
Comments
Bryan
April 2017
Hi,
Could you please provide us with a link to your page? Also try to attach a screenshot, and more detailed info would be appreciated.
Thanks
DaniaBikes
April 2017
edited April 2017
Hello,
Absolutely. We actually figured it out ourselves, but it was for the blog on www.daniabikes.com
We used this CSS:
.post-date.updated { display: none !important; }
.icon-clock { display: none !important; }
.label { display: none !important; }
ty so much!
Sign In
or
Register
to comment.
Comments
Absolutely. We actually figured it out ourselves, but it was for the blog on www.daniabikes.com
We used this CSS:
.post-date.updated { display: none !important; }
.icon-clock { display: none !important; }
.label { display: none !important; }
ty so much!