Community Forums › Forums › Archived Forums › Design Tips and Tricks › Eleven40 why won't my "bold" work?
- This topic has 3 replies, 2 voices, and was last updated 12 years, 5 months ago by
David Chu.
-
AuthorPosts
-
August 13, 2013 at 4:29 pm #56187
thewebcoach
MemberHey All,
Getting frustrated... searched all over, still no joy.
When I bold text in the body of a post, it doesn't bold when published.
Obviously, I need some tweaks to my css. Can anyone whip out a quick bit of code and tell me where to shove it! Seriously! LOL! This is so simple, but I just can't make it happen.
Here's my site, ShelbyAlumni.org
Thanks, Donna
http://shelbyalumni.orgAugust 13, 2013 at 5:11 pm #56194David Chu
ParticipantDonna,
I like your rambunctious style! ๐ This does come up now and then. As I look at your CSS, both STRONG and B tags are styled as bold, so that's good. And as I test in my Firefox Win7 setup, STRONG (which is the bold that the editor typically applies) looks good and bold. I don't see other obvious suspects.Some browsers are very literal with "boldness". Are you using Safari or another Apple browser by chance?
I do have an idea. You have the Lora font in there from Google. You could try changing the call to that in your CSS. The following variation is more explicit about setting up regular and bold fonts. You'll want to add the @ sign next to "import", just like in the current CSS. (this forum bites off the "at" sign, even when I tell it to shove it)
import url(http://fonts.googleapis.com/css?family=Lora:400,700);
If that doesn't work, you could try making this change to the STRONG and B code. It more forcefully asks for that exact font size above.
strong, b { font-weight: 700; }I think one of those should shove your text into boldness! ๐
Dave
Dave Chu ยท Custom WordPress Developer – likes collaborating with Designers
August 15, 2013 at 11:07 am #56602thewebcoach
MemberBIG LOVE for David Chu and telling me where to shove it.
The first option to import the font url worked.
Now the alumni will no longer feel slighted because they aren't bold. ๐
Again, many thanks!
Donnaps. I'm using Google Chrome and Firefox on a Mac. Surprisingly, bolding only shows up in Firefox. Not Chrome. Eh, whatever! Can't please everyone.
August 15, 2013 at 11:55 am #56609David Chu
ParticipantDonna,
BIG HUG for you!That's wild, as Chrome Win and FF Win did the bolding AOK. Last time I fielded a related question, possibly with the same theme, I didn't think of the extra font embed code, and I think the guy never solved it. So I guess I'd have to guess that the theme's original developer was working on Windows and never saw no bolding. ๐ [Is that just ungrammatical, or is it proving a negative?]
Now the alumni will no longer feel slighted because they aren’t bold.
You are a riot! We must talk again sometime!
Dave
Dave Chu ยท Custom WordPress Developer – likes collaborating with Designers
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.