Gymshare
(Florian Börstler)
September 28, 2020, 9:29am
1
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
giandy13b
(Andy H)
September 29, 2020, 6:24pm
2
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.
Gymshare
(Florian Börstler)
September 29, 2020, 6:43pm
3
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
giandy13b
(Andy H)
September 29, 2020, 10:08pm
4
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
Gymshare
(Florian Börstler)
September 30, 2020, 12:52pm
5
Thanks men! That really did the job. Could work everything out and change alle the colours I nedded changed.