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] How to can change style Color of Quote?

4 Posts
3 Users
2 Reactions
768 Views
Posts: 60
Topic starter
(@diegopino)
Estimable Member
Joined: 7 years ago
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.
Topic Tags
3 Replies
Posts: 1
(@diwanshusharmabo)
New Member
Joined: 3 years ago

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?

Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

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;
}

 

1 Reply
(@diegopino)
Joined: 7 years ago

Estimable Member
Posts: 60

@chris Just to say Thank you for support Chris, the Custom CSS Code its amazing,

i liked so much for support.

Thank you in advance.