Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
2 Reactions
1,251 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: 1522
(@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.