Hi there,
So, I've got some footer elements with header code, and up until this morning, the special code (and hard space before it) was showing up just fine. So far as I know, I haven't changed any other CSS that would affect this.
Here.
But now, only in my footer, the double arrow (») that's supposed to appear after the header text is showing up as a big old question mark in a triangle, which I would've thought meant it wasn't loading the correct ISO text (or whatever that's called). BUT, the arrows that are hard-coded in show up just fine in other areas of the page.
I'm a little annoyed by this. Any ideas what may have gone wrong? Here is the CSS code for this particular bit:
div#footer h3.widget-title:after {content:'\000a0»'; font-family:Arial; font-size:37px; color:#222 !important; text-align: left;}
I've tried changing the arrow symbol itself to the &ruquo; corresponding html, but that didn't help one bit. I've also tried changing the apostrophes to quotes. Again, nothing. It's been fine for weeks. Why would it all of a sudden be wonky?
Thanks in advance.
~Laura