I added this to > template settings > advanced settings > Custom CSS code.
however now the images is only displayed on the frontpage, but not on any other page.
anyone understands why?
url = http://www.herontwerptool.nl/
added css
- Code: Select all
body {
background: #fafafa url("images/potloden1_530px.jpg"); background-repeat:no-repeat;
}