Remove logo before title of an article

Hi!
I would like to remove the little logos saying a post is text or audio or video that appears before the title of an article.
You can see it in the demo.


This must have been solved before and I apologize if it’s already posted somewhere but I can’t find it in the forum.
Thanks a lot!

Never mind, I found it
add to CSS

.entry-title:before, .single-post .entry-featured {
display: none;
}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.