Eliminate Blog Excerpt Icon

Please see my screenshot, I want to eliminate the blog icon by the title of the blog excerpt. I’ve searched all thru the Forum records and tried to apply different kinds of CSS code, but they don’t work. What will work?

Hello @bluetroop2,

Thanks for writing to us.

I would suggest you please add this custom CSS code to the global CSS to hide the post format icon.

article.post.type-post .entry-title i.x-framework-icon.x-entry-title-icon {
    display: none;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

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