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.
Hello,
Could you please help me with adding spoilers in wpDiscuz? I had problems with colors, my theme is in dark colors - I had light grey of background and white fonts - I was blurred. Then I added css as it was sugested in this post - https://wordpress.org/support/topic/how-to-change-quote-code-spoiler-box-color/#post-10072683%C2%A0 - and it is better now - I put code in Styling admin:
.comments-area{width:auto;}
#wpcomm p code {
background-color: black;
}
#wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler {
background-color: black;
}
#wpcomm p blockquote{
background-color: black;
}
But it is still not changed when you roll down the text:
Could you please advice what code should I add to fix it?
Thank you, Joanna
Hi Joanna,
Could you please leave your website URL to allow us to check it and provide some CSS solution for you?
Of course, no problem. Link https://www.serialkoloczasu.pl/ This is very new site, and there are only my own comments in this post https://www.serialkoloczasu.pl/podsumowanie-qa-z-12-wrzesnia/ This site is UnderConstrucion all the time but I took it off for you 🙂
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in "Custom CSS Code", save it delete all caches, and check again:
.wpdiscuz-spoiler-content {
background-color: #000 !important;
}
It works 🙂 Thank you for your help! You are great!