Notifications
Clear all
Topic starter
How can I remove the caps when someone replies/quotes in a comment?
Posted : 28/08/2022 2:05 am
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