Blog Slider Settings

Hi,

For a blog slider in the blog archive template,

How do I remove the date?

Where do I find the title tag for the blog article title?

Thank you for your help!



Comments

  • Hi,

    1) Use the following CSS code:

    .blog_slider .slick-slide .post .date_label{
     display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    2) What do you mean by "Where do I find the title tag for the blog article title?"? What do you need to achieve?


    Best regards

  • Hi,

    Thank you! The CSS code worked.

    I wanted to adjust the title sizes of the titles highlighted in red but the title tag to the left was for the blog slider title. How do I

    1. adjust the title sizes?
    2. make the titles in line with the featured image? Right now they are off to the left.


    Thank you for your help!

Sign In or Register to comment.