Dec 16, 2022 12:21 am
Hi Community WPFORO, today buy the Bundle of wpforo with help of my brother, i am very happy with product.
Now have a question of Customization:
How can Change de Color Style of Quote?
I am studing the way to change the color of Quote, read the https://wpforo.com/docs/wpforo-v2/settings/colors-styles/#custom-css-code in forum Setting info see:
1. Create colors.css file or simply download colors.css file with the CSS code provided in the textarea below.
2. Upload and replace colors.css file in /public_html/****/wordpress/wp-content/plugins/wpforo/themes/2022/ directory.
But not see the file Colors.css to replace with Quote Style Black
Anexo Image Support
THanks in advance for support.
3 Replies
Dec 16, 2022 6:59 am
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?
Dec 16, 2022 11:15 am
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; }