background images not displayed at other pages then frontpag

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 18, 2013 11:21 pm
Reply with quote
Report this post
I added a background images using css in the custom css field
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;
}
User avatar
Fresh Boarder

GK User
Thu Dec 19, 2013 9:29 am
Reply with quote
Report this post
Code: Select all
body {
background: #fafafa url("../images/potloden1_530px.jpg"); background-repeat:no-repeat;
}

will work better ;).
And please place the image in inside template folder -> images subfolder
User avatar
Moderator

GK User
Sat Dec 21, 2013 3:59 pm
Reply with quote
Report this post
thanx for your quick reply. it works!
User avatar
Fresh Boarder

GK User
Fri Dec 27, 2013 2:01 pm
Reply with quote
Report this post
Great :).
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron