Reply quotes in cap...
 
Notifications
Clear all

Reply quotes in caps

2 Posts
2 Users
0 Likes
451 Views
(@marsm)
Posts: 15
Member Customer
Topic starter
 

How can I remove the caps when someone replies/quotes in a comment?

 
Posted : 28/08/2022 2:05 am
(@tutrix)
Posts: 68
Member Customer
 

@marsm

add this to custom css

#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote {
 text-transform: unset;
 font-weight: unset;
 text-align: left;
}
 
Posted : 28/08/2022 8:44 pm
Share:
Scroll to top