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.

 

[Solved] Caps in quotes

3 Posts
2 Users
2 Reactions
1,215 Views
marsm
Posts: 152
Topic starter
(@marsm)
Reputable Member
Joined: 4 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 4 years ago

Reputable Member
Posts: 152

@tutrix thank you. That worked perfectly.