I’m using the ‘wp date remover’ plugin to hide the date of my blog posts. It works fine for the widgets in te side bar and footer, but it won’t hide the date on the blog page. I’m not sure which css to use for this.
Also in the portfolio widget in the side bar and footer I would like to hide just the time and keep the date.
Can you help?
Hey graphicsplus,
Add this to quick css for the blog:
.slide-meta-time.updated{
display:none!important;
}
As for the portfolio page, you can’t hide just the time, both will be hidden. This is due to the coding of the theme itself.
Best regards,
Jordan Shannon
Thanks for the code Jordan. That works fine.
Just in case my client wants to hide both date and time in the portfolio, could you send me the appropriate CSS for that as well?
Hi,
I tried re-opening the Portfolio page and couldn’t access it.
Best regards,
Jordan Shannon
I’m sorry, I didn’t realize you had to access it again so I put it back into maintenance mode. It’s accessible again now.
Hi graphicsplus,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .widget .news-time {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks! That works perfectly. Great service.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon