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.
The quotes' backgrounds are an extremely dark grey tone. I want to alter the hue (and also the colour of the text). I attempted to add this to the CSS (I found it somewhere online and copied and pasted it)
blockquote {
font-size: 30px;
color: #edb2b2;
background: #ccc;
max-width: 550px;
text-align: center;
margin: 20px;
padding: 20px;
}
However, the colours remain the same for some reason. The background is a very awful dark grey. Could someone please assist me?
Hi @diegopino, @diwanshusharmabo,
Insert the below CSS Code in Custom CSS Code field from Dashboard > wpForo > Settings > Colors & Styles Page:
#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote { color: #931f1f; background: #cbe8cb; }