Blog Slider

Hello There,

I just to make some customization on blog slider shortcode.

1) I just need to know how i put a background on blog_slider_header.
2) Turn off date
3) Adjust the pictures to fill all the post item space


It's possible to change h4 to another one of the blog slider title?


Best Regards,
Máximo W.

Comments

  • Hi,

    1. Please show us on screenshot how you want to get this background image because we have no idea how this supposed to look like.

    2. Date can be removed within below css:
    .blog_slider .blog_slider_ul li .item_wrapper .date_label { display: none; }
    3. To do this, below use below css:
    .blog_slider .blog_slider_ul li .item_wrapper .image_frame { margin-left: 0; }
    Thanks!

  • Thank You!

    The background i made the changes my self.

    I just need to know if it's possible to change the H4 in the blog slider title to another one?


    Best Regards,
    Máximo W.
  • This can be done only inside theme files but we do not recommend to modify theme files as you may get problems while future updates.
Sign In or Register to comment.