ICON 4, blog - how to get rid of the little icon before each title entry?

Hi,
How do I get rid of the icon? Circled in red. Thanks!
I tried

.format-standard .entry-title:before {
display: none;
}

But didn’t work

Hello Ko-Ching,

Thanks for writing in!

Please use following CSS under X > Theme Options > CSS:

.entry-title:before{display: none !important;}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you Prasant,

But this didn’t work either…
Please advise.

Hello Ko-Ching,

Thanks for updating the thread.

I have tested the code on my end and it’s working fine. Can you please try to clear the browser cache and see how goes?

Thanks.

Works now! Thank you!

You’re welcome!
We’re glad @Prasant were able to help you out.

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