Thanks in advance. 
Hi Saswata,
The icon is representing the specific post format which is by default standard.
You can change the post format while adding or editing the post.

If you want to remove it completely, you can use the below CSS Code and adding in GLOBAL CSS.
.format-standard .entry-title:before
{
display:none;
}
Remember that the above code will work if copied as it is and dont conflict with any existing style.
To get more help on that please go through resource.
Please note that the code provided serve only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle. We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

