Change Background color of Marketplace Go

Hey Everybody. ist there a way to change the background of the whole Markeplace and to change the colour of the Text.

I tried changing it with the code

body { background-color: #373B42; }

but that way I only will change the outscirts of the marketplace.
he titel and the MArketplace itself with all the offers stays the same.

Thx for your help already

If you also want to change the color behind the listings just do this:
body { background-color: #373B42; }
.wrapper { background-color: #373B42; }

Just be careful as it may also color things in other areas of the site.

Thanks for your quick Answer.
But yes you have been right. So my Categories and FIlters on the right side have been colored as well. Any idea how i can set the writting in a different color so it stays visable. Otherwie it has worked well. Thanks so much

I think what you should do is learn a bit about the Chrome inspector tool, this way you can find any classes you need to change using CSS.

https://developers.google.com/web/tools/chrome-devtools/css

Thanks men! That really did the job. Could work everything out and change alle the colours I nedded changed.