How To Remove date, likes and comments in Be Blog News


Im editing in elementor and I see a widget called "Be Blog News" . I like the design. I just want to ask how to remove the dates, likes, and comments icons ..

Thanks.

Comments

  • Hello,

    To hide it, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Please let me know if you need help with it, but I will need a link to your website.


    Thanks

  • url:

    tinyurl.com/MAVver2


    Is it possible to make the titles on the right, bold font? Also, maybe add picture/image for the feature post.(left side)


    Thanks.

  • 1) To remove the date, likes, and comments, please, use the following code:

    .Latest_news ul li .desc_footer{
       display: none!important;
    }
    

    2) To make the titles bold, use this one:

    .Latest_news ul li .desc h5{
       font-weight: bold!important;
    }
    

    3) The images will show up when you add the Featured Images to these posts.

    Thanks

  • Wooohooo.. Alright!! :)

    THANK YOU!!

Sign In or Register to comment.