joegore
Forum Replies Created
-
Thanks for the update, Jeff. No, there is nothing non-standard about the way I am running Safari, and there are no extra plug-ins. Would you be so kind as to inform me when an updated version is released?
Thanks!
Joe
I’m not sure what you mean about “quirk mode.” There is certainly no error message in Safari. The image in the slideshow panel simply doesn’t appear until I press Cmd+r for refresh. Once I do, the plug-in works perfectly. But this incorrect behavior is very consistent. Thanks!
Forum: Fixing WordPress
In reply to: Seemingly basic CSS/theme font questionBingo! Thanks so much, guys! ??
Forum: Fixing WordPress
In reply to: Seemingly basic CSS/theme font questionWhoops — posted my last that before receiving alcymyth’s reply. Going to check that out now. ??
Forum: Fixing WordPress
In reply to: Seemingly basic CSS/theme font questionThanks so much. I tried that out, and it didn’t do the trick — but I have to assume that’s operator error.
Here’s how the sections of code looked before I changed them:
#content .post h2 a { color: #FFF; text-decoration: none; padding: 3px 0; font-size: 24px; font-weight: bold;
…and…
#sidebar h2 { font-weight: normal; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; padding-top: 8px;
…and after:
#content .post h2 a { color: #FFF; font-family: "Lucida Sans Unicode, Lucida Grande, sans-serif; text-decoration: none;
…and…
#sidebar h2 { color: #FFF; font-family: "Lucida Sans Unicode, Lucida Grande, sans-serif;font-weight: normal; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; padding-top: 8px;
As you can see when clicking on the link in my initial post, there’s no font change. (I’m leaving in the newly-edited code for now.)
But of course, I could be —?probably am — doing something incredibly dumb. Anyone have a clue?
Thanks a zillion!