Hello, I’m experiencing an issue on my blog page http://www.fastpitchpower.com/blog
I tried to change the file icon that displays next to the post title and I’m getting an empty square in Chrome and Firefox. I noticed in the changelog and other support topics that FontAwesome has been split into 3 subsets and we now need to reference -b, -s, or -o, but I don’t understand where to put that reference in my case. I added the following CSS:
.format-standard .entry-title::before {
content: “\f433”;
}
…and it displayed the correct icon briefly in the customizer, but not on the live site. The default file icon (f15c) does work.
I cleared my cache and I am not using a caching plugin.
Thanks in advance for your assistance.