Removing the "calendar" image

I am new to this theme and like it’s features so far.
I have a question: How do I remove the little calendar image that is below the title of my posts?
I disabled comments and dates because I want the site to look more like a website and less like a blog.

Any help would be appreciated

Sorry, here is a link to the site: http://cdltrainingspot.com/

Look under the title “How To Get A CDL” to see the calendar.

Hi @alis,

I hope you are well today and thank you for your question.

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.entry-header .entry-meta {
    display: none;
}

Best Regards,
Movin

I added that the Additional CSS and the calendar icon is still there. This is what it looks like:
/*

.entry-header .entry-meta {
display: none;
}
Click the help icon above to learn more.
*/

Thanks for your help, I was able to figure it out so that the calendar icon is no longer showing.

You are most welcome here :slight_smile: