Delete Icons under post title and replace them

Dear Colorlib-Team,
Is there any way to delete the icons “date” “leave a reply” and “edit” ?
I just want a normal standard date under the post title, nothing special.

.entry-meta {
display: none;
}

This Code doesnt work because it deletes the ability to show dates, am I right?

I would be glad about an answer :slight_smile:

My site: http://www.nadjadhn.com

Just use slightly more specific CSS code to hide only icons.

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

Add it this code to Theme Options - Other - Custom CSS.