How to remove date and add short introduction / read more button on flat blog sliders?

How to remove date and add introduction / read more button on flat blog sliders?

Comments

  • Hi,

    date can be removed with the following css:
    .blog_slider.flat .blog_slider_ul li .item_wrapper .date_label { display: none !important; }
    However, buttons and other stuff can not be added because this requires files customization.

    Thanks!
Sign In or Register to comment.