By Horst Fuchs on Wednesday, 25 October 2017
Posted in Elegant
Likes 0
Views 1.5K
Votes 0
Hi,

I'd like to change the background color of the Elegant template. Could you please support me doing this, telling me the CSS Code?

Thnaks for your support!
Hey Horst,

Not entirely sure which background you want to change but here's the css codes that you can apply:

1. Main background, http://take.ms/JnRwg

[gist]
body .master {
background: #000;
}
[/gist]

2. Wrapper background, http://take.ms/wmG5q

[gist]
body .master .container > .wrap {
background: #000;
}
[/gist]
·
Wednesday, 25 October 2017 18:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Horst,

Can I have the URL to your page please?
·
Wednesday, 25 October 2017 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Yes of course - please have a look at http://foryourinfo.de

Thanks!
·
Wednesday, 25 October 2017 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark, great support!
·
Wednesday, 25 October 2017 20:57
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Horst
·
Wednesday, 25 October 2017 20:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post