Hi,
Please note that as this is a feature included in Plus version of the theme ( http://www.webmandesign.eu/auberge-wordpress-theme/#donate ), I can not provide you with more detailed instruction on how to do this. Sorry for inconvenience.
But you can change this with some custom CSS.
Regards,
Oliver
Hi
I have tried to change the background with colour of my page with CSS using following code –
<html>
<body style=”background-color:#082933″>
<h1 style=”color:white”>
Bio-Eis (Bioeis) höchster Qualität</h1>
<p style=”color:white”>
info etc</p>
</html>
it is not working. Can one use CSS code in the free version?
Hi Batyaeb,
That is not css. Please send link to your page.
http://netnode.co.za/wp/
I realise but apparently this is the html code to use if the site is css
<body style=”background-color:#082933″>
<h1 style=”color:white”>
according to w3schools.com
You can change the background colour by adding this to your custom css, you can see hex background colours here: http://www.color-hex.com/
body.custom-background {
background-color: #082933;
}
Hex colours, not background colours, sorry 🙂