AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] How to can change style Color of Quote?

4 Posts
3 Users
2 Reactions
1,322 Views
Posts: 60
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@diegopino)
Estimable Member
Joined: 8 years ago
[#27100]
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.
Color Quote Style to Change

Topic Tags
3 Replies
Posts: 1
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@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: 3609
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@chris)
Famed Member
Joined: 5 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: 8 years ago

Estimable Member
Posts: 60
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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.


Share: