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!

Comments

Sign In or Register to comment.