Hello I would like to properly remove the dates added to the Blog Slider on the homepage. The theme is Be Writer.
To see what I am talking about, goto
http://powell.pxlmedia.co.uk, scroll down to the bottom. The dates in question are in the section "What We Do".
I do not want to display the dates at all please.
Thanks
Comments
to remove those dates, you need to use the following css:
.blog_slider .blog_slider_ul li .item_wrapper .date_label { display: none !important; }