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!


This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
Image
Blog Slider Settings.png
993.21 KB


Comments

  • Hi,

    1) Use the following CSS code:

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

    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.
    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
    Image
    Blog Slider.png
    1.82 MB


    Thank you for your help!

  • 1) You can adjust the size in the Blog Slider element Style tab.

    2) Set the margin-left to Image in Style tab to zero:

    Best regards

  • Thank you so much!

Sign In or Register to comment.