Background color
I use the betheme for a website.
I tried to change the background color of different pages. I can't. I tried to add css at the bottom of the page, but nothing changed.
I tried this code:
<html>
<head>
<style>
body {
background-color: #e5c8c4;
}
</style>
</body>
</html>
and also this one:
<style>
body {
background-color: #e5c8c4;
}
</style>
I hope someone can help me!
I tried to change the background color of different pages. I can't. I tried to add css at the bottom of the page, but nothing changed.
I tried this code:
<html>
<head>
<style>
body {
background-color: #e5c8c4;
}
</style>
</body>
</html>
and also this one:
<style>
body {
background-color: #e5c8c4;
}
</style>
I hope someone can help me!
Comments
div {
background:#e5c8c4;
}
that worked, but it only changed a part of the side
background: #e5c8c4;
}
doesn't work at all. :-(
the site you sent above, is under construction.
also I set the One Color as: #a87f83
Then I went to the side and built different sections.
I set the color of the section to: #e5c8c4 but that didn't do anything to the side (I used a picture as a background to have the parallax effect).
I tried to set the color in the wraper, but then the wrong space was in a different color (only parts of the tiles I wanted to change, you can see it now on the page).
I would like to have a different color at the space I marked in the picture I added on this comment.
User: guest
Password: bethemetest