Hello guys,
I´ve just created a website with your pre-built theme (Writer). Everything is fine except the visible display of the date of creation in the element "Blog" and "Blog Slider". You can see the dates in this screenshot (Red circled):
[Links visible only for registered users].
So my question is: How can I make those dates invisible for viewers?
Thanks and best regards
Comments
some of the dates (not all) can be removed using the option in theme options>blog,portfolio&shop>blog
[Links visible only for registered users]
thanks
.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label {display:none !important;
}