Notifications
Clear all

[Solved] Caps in quotes

3 Posts
2 Users
2 Likes
732 Views
marsm
Posts: 113
Topic starter
(@marsm)
Estimable Member
Joined: 3 years ago

I’ve just run into an old issue after the most recent update where all my quotes are in CAPS. Can someone please advise if I can remove the caps using CSS, so that the quote is in normal case. Plenty of examples in this post: https://renewableheatinghub.co.uk/forums/renewable-heating-grounds-source-heat-pump-gshps/looking-for-a-gshp-installer#post-9867

2 Replies
Tutrix
Posts: 1266
(@tutrix)
Noble Member
Joined: 4 years ago

@marsm

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-quote-author, #wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-quote-author,
#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote {
 text-transform: unset;
 font-weight: normal;
 text-align: left;
}

had also already answered here > Reply quotes in caps

1 Reply
marsm
(@marsm)
Joined: 3 years ago

Estimable Member
Posts: 113

@tutrix thank you. That worked perfectly.