The Meta Data Article___

Hi - I want to remove the star rating, comments number, and author meta on the blog posts. i have added to my custom css the following but it doesn’t remove it:

.blog-single .meta-article {
display: none;
}
Can you suggest anything else?

Thanks.

Hello,

The one you have shown is the correct CSS for removing them from blog single page (not listing page) and I have just tested this right now. Can you please tell me where in custom CSS did you add them, the child theme file or the customiser or anywhere else so I can test this?

Thank you

I’ve managed to fix this now - it was conflicting in some way with other css.

Thanks.