Lefora Free Forum
Loading
115 views

Bold text not displayed

Page 1
(items) 1–10 of 10
Regular - member
94 posts

Hi,

Recently adding bold to text has no effect. It does show up in the post before submitting, but when reading the submitted post afterwards no bold text is seen. If I open the submitted post for editing the bold appears again, but after re-submitting it is gone. Here's a post that should have lots of bold text:
http://gunsnroses.lefora.com/2009/07/10/interview-with-josh-freese-in-musicradarcom-july-9/page1/

__________________
Love in the middle of a fire fight!
Fanatic - founder
3755 posts

this is a test of bold text.

__________________
find me answering questions at support.lefora.com or interviewing forum admins on blog.lefora.com
Fanatic - founder
3755 posts

worked for me here on safari on a mac.  anybody else having an issue?

__________________
find me answering questions at support.lefora.com or interviewing forum admins on blog.lefora.com
Regular - member
94 posts

worked for me here on safari on a mac.  anybody else having an issue?

-chief


Test. Worked here. But not on my forum....


__________________
Love in the middle of a fire fight!
Regular - member
94 posts

I have found the root of the problem. I recently added some CSS code to remove the bold from the Ranks:

strong, b {
font-weight: normal;
}

Apparently this removes ALL bold text style, not only from the  Ranks but also from the posts. Does anyone have any idea what CSS I can use to only remove bold from Ranks while still keeping bold in posts?

__________________
Love in the middle of a fire fight!
Fanatic - moderator
1396 posts

Try this (I've not tested it tho')

.posts_user_status, .posts_user_stat {font-weight:normal;}


__________________
hackyour.lefora.com/ for customizing your forum.
Regular - member
94 posts

Hehe, I actually tested that right before you suggested it. And I tested adding "text-decoration:none;" to .posts_user_status, .posts_user_stat, too, but none of them helped. Thanks for the suggestion, though.

__________________
Love in the middle of a fire fight!
Superstar - admin
439 posts

So what you want is to remove the bold from the strong element inside a post_user_status, so the css would look like this:

.posts_user_status strong {font-weight:normal;}

That should do it.

__________________
it's better than bad, it's good
Regular - member
94 posts

That did the trick! Thanks!!

__________________
Love in the middle of a fire fight!
Page 1
(items) 1–10 of 10

Locked Topic


You must be a member to post in this forum