Remove Author, date, comments from posts

Hi Colorlib Support,

This theme is really nice, I love it.

Please help me with the code to disable author, date and comments that appear on posts.

Thanks for your help,

Miroslaw

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove those elements by going to Appearance > Customize > Additional CSS and pasting it there.

/*Element Removal*/ .author-description { display: none; }

.comments-area {
display: none;
}

.tyche-blog-post .tyche-blog-meta .date {
display: none;
}

Best Regards,
Support

Thanks for your quick reply,

The code above just disabled the date field, but still name and comments appear.

Could you help me with this?

Best regards,
Miroslaw

Hello there,

Could you please provide a link to the page so that I can inspect it and provide better code?

Best Regards,
Support

Hello,

I give you my thanks, here is the link

http://www.lasfemme.com/inicio/blog/

Best regards,
Miroslaw

Hello there,

Please try using the following CSS instead:

ul.meta-list { display: none; }

Best Regards,
Support

Works perfect!

I thank you very much!

Best regards,
Miroslaw

Happy to help.

Let us know if there’s anything else we can assist you with.

Regards,
Support