Hi Guys,
Please could you assist with removing date from widget sidebar. I have done this before but the file is different from previous versions
https://www.8theme.com/topic/remove-date-from-blog-sidebar/
Thanks
Z
This topic has 5 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Stan Russell
Hi Guys,
Please could you assist with removing date from widget sidebar. I have done this before but the file is different from previous versions
https://www.8theme.com/topic/remove-date-from-blog-sidebar/
Thanks
Z
Hello,
Try use the following code in custom css.
.blog-post-list .media > .pull-left {
display: none;
}
Regards,
Robert Hall.
Hello,
please specify – do you want only to remove dates from ‘Recent Posts’ widget:
https://i.gyazo.com/54e05209ea29967776a2fa96896f42e2.png ?
In this case you need to add following css code to your custom.css file:
.sidebar-widget .blog-post-list .date-event,
.sidebar-slider .blog-post-list .date-event{
display:none;}
Regards,
Stan Russell.
Hi Iv tried both and they work perfectly thanks. Alot easier than commenting out PHP as previous post.
Thanks
Z
Hello zunaidfloris,
you are welcome!
Regards,
Stan Russell.
The issue related to '‘Recent Post Widget’' has been successfully resolved, and the topic is now closed for further responses