Thanks, Deputy05! You are absolutely correct. That worked!
It was also still showing up on my devices with the icons, now it’s fixed!
Problem solved after reaching out to a developer friend of mine. Entered this code in the custom css window in the customize section:
article.page .format-icon:before {
content: none;
}
Hi Guys, thanks for the tips.
I pasted this in the custom css window and saved and refreshed but the icons are still there:
.format-icon:before {
content:none;
}
Kind of a newbie.