How to change quote/code/spoiler box color?
-
Hi matrixpoland,
I don’t follow you. Could you please explain what do you mean?
Do you saw screenshot which i posted?
Boxes to quoting, code and spoiler are white and how to change their color?
I can only change text color, not this spaces around text
-
This reply was modified 8 years, 3 months ago by
because i.
Please navigate to Dashboard > Comments > Settings > Styling admin page. Add following code in “Custom CSS Code” textarea.
#wpcomm p code { background-color: yellow; } #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler { background-color: yellow; } #wpcomm p blockquote{ background-color: yellow; }Thank you.
Can we also change links color?
Sure you can change links color using the following code:
#wpcomm .wc-comment-text p a { color: #0000ff !important; }I reposted:
This is my custom CSS – changed spoiler color, blockquote color, link color, and earlier comments text color but now this is not working!
.comments-area{width:auto;} #wpcomm p code { background-color: #500000; } #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler { background-color: #500000; } #wpcomm p blockquote{ background-color: #500000; } #wpcomm .wc-comment-text p a { color: #2D8898 !important; #wpcomm .wc-comment-right .wc-comment-text * { color: #FFFFFF !important; } #wpcomm .wc-comment-right .wc-comment-text{ color: #fff !important; }Comments color text is from update of wpdiscuz no different now with body text from theme (oblique).
When i choose white then i will no longer see text in whole page because its background is white! I can see white text only in my dark backgrounded comments section (because i chosen dark theme wpdiscuz)
How to do that my body text will stay same color (grey) but change only comments text color to white?
Maybe something must be changed now in theme css?
Please remove the following parts of your CSS
#wpcomm .wc-comment-right .wc-comment-text * { color: #FFFFFF !important; }Then put this one (this will change the comment text color)
#wpcomm .wc-comment-text p {
color: #FFF !important;
}@matrixpoland
Please remove your custom CSS code, it contains lots of errors.Comments color text is from update of wpdiscuz no different now with body text from theme (oblique).
This is a result of unclosed css class:

-
This reply was modified 8 years, 3 months ago by
gVectors Team.
Thank you very much. I have only closed that class and it worked. But i think these options might be implemented in plugin without manually writing css
@gvectors-team i have one more question and i don’t know where to ask.
When i accept one guest comment then his comments are automaticcly accepted.
How to reverse that for one guest or delete him from database? This is not registred user. Banning him is not helping because he has dynamic IP but writes on same nickname which comments were accepted earlierPlease try to check “the Comment must be manually approved” option in Dashboard > Settings > Discussion.

@gvectors-team i don’t want to manually aprove all comments. Only this one troll is destroying my site.
And when i save options in discussions settings it appears error:
ERROR: The settings page was not found.
Ok. @gvectors-team after todays wpdiscuz update my link color text is changed to white. Earlier i changed it to blue.
Whats wrong now? I wasnt changing anything
.comments-area{width:auto;}
#wpcomm p code {
background-color: #500000;
}
#wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler {
background-color: #500000;
}
#wpcomm p blockquote{
background-color: #500000;
}
#wpcomm .wc-comment-text p a {
color: #2D8898 !important;
}
#wpcomm .wc-comment-right .wc-comment-text * {
color: #FFFFFF !important;
}
#wpcomm .wc-comment-right .wc-comment-text{
color: #fff !important;
}Please open a separate topic in gVectors Team forum.
https://gvectors.com/forum/
Leave there direct URL where we can check it and leave some screenshot which describes the issue. This topic is closed for further support. -
This reply was modified 8 years, 3 months ago by
The topic ‘How to change quote/code/spoiler box color?’ is closed to new replies.
(@matrixpoland)
8 years, 3 months ago
Screenshot shows my problem:
White text is not visible there because box is white(?). Black text is not visible on this grey theme