Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
500 views
in Themes by

1 Answer

0 votes
by
selected by
 
Best answer

Go to 'Admin' > 'Layout' and check off this option:

Custom HTML at top of every page:

In the text area below it, add this code and modify the text in bold:

<style>
.qa-sidebar.wet-asphalt {
    background: #34495e;
}
</style>

Alternatively, adjust this line of code in qa-theme/SnowFlat/qa-styles.css:2979

by
edited by
Thanks a lot...
It works fine for my site.
Sir, Would you like to answer this
https://www.question2answer.org/qa/77544/how-can-i-change-the-background-color-of-related-questions
by
You're welcome! Sure.
by
How to change the color of this letter in the side panel? all over the side panel is black, do you know the line where I should change? (os not in plugin styles)
https://uploaddeimagens.com.br/imagens/20190906_003743-jpg/mostrar-codigo
by
Sorry, I don't know.
...