how do I remove dates from showing on blog slider?
Hello,
You can remove the dates from the Blog Slider item by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Thanks
yes!
I tried going to appearance custom css
.entry-date published {
display: none !important;
}
didn't remove it
Please, try the following one instead:
.blog_slider .blog_slider_ul li .item_wrapper .date_label{ display: none!important; }
PERFECT THX!
Comments
Hello,
You can remove the dates from the Blog Slider item by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Thanks
yes!
I tried going to appearance custom css
.entry-date published {
display: none !important;
}
didn't remove it
Please, try the following one instead:
Thanks
PERFECT THX!