Notifications
Clear all

wpForo 1.x.x [Solved] Why does changing the color of PART of bold text not work?

3 Posts
2 Users
2 Reactions
952 Views
Posts: 12
Topic starter
(@crescendo)
Eminent Member
Joined: 3 years ago

An example would explain this really well.

 

Bold text works:

HELLO

 

Bold text ALL set to a color works:

HELLO

 

Bold text PARTIALLY set to a color doesn't work:

HELLO

 

If I see it correctly, the orange "ELL" part is not in bold. I have checked on both Chrome and FireFox and they both look this way.

 

Any ways to resolve this issue? 

2 Replies
Tutrix
Posts: 1496
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @crescendo

add this to custom css

#wpforo #wpforo-wrap strong span {
 display:inline;
 font-weight:bold;
}

Dashboard > Forums > Settings > Style (custom css)

1 Reply
(@crescendo)
Joined: 3 years ago

Eminent Member
Posts: 12

@tutrix It works! Thank you.