Hi,
I use the "Blog Slider" element and set it to "flat" style. How can I remove the post dates?
Please use the following CSS code:
.blog_slider .slick-slide .post .date_label{ display: none!important; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
Thanks.
Another issue that I have with this element:
I changed the title tag from h4 to h3 but the change does not appear and the title remains h4.
The title tag refers to the whole element title.
If you want to adjust the font size or color, you can do it in the Style tab of this element.
Best regards
So how can I change the h4 tag in the item title (the title of each post)? I want to change it to h3.
Also, I still see the post dates in the related posts section (under each post). How can I remove them from there too?
In the Blog Slider element, there is no setting to change this heading.
You can recreate that and use any heading you want with Query Loops.
https://www.youtube.com/watch?v=maE0FuFIhjQ&list=PLyfUqkbtW2kxq8AY0SivMxX7kf2H9Y-Wf
Okay.
I see the post dates in the related posts section (under each post). How can I remove them from there too?
Try this CSS code:
.single-post .section-related-ul .date_label{ display: none; }
Thanks!
Comments
Hi,
Please use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
Thanks.
Another issue that I have with this element:
I changed the title tag from h4 to h3 but the change does not appear and the title remains h4.
The title tag refers to the whole element title.
If you want to adjust the font size or color, you can do it in the Style tab of this element.
Best regards
So how can I change the h4 tag in the item title (the title of each post)? I want to change it to h3.
Also, I still see the post dates in the related posts section (under each post). How can I remove them from there too?
In the Blog Slider element, there is no setting to change this heading.
You can recreate that and use any heading you want with Query Loops.
https://www.youtube.com/watch?v=maE0FuFIhjQ&list=PLyfUqkbtW2kxq8AY0SivMxX7kf2H9Y-Wf
Best regards
Okay.
I see the post dates in the related posts section (under each post). How can I remove them from there too?
Try this CSS code:
Best regards
Thanks!