background for each page
-
i’m trying to change the background for each page on my site. And i’ve been looking at forums and trying to put the right code. I want the background to be vertical with position in the middle. Can you hook me up with the code. I would be greatly appreciated !
The blog I need help with is: (visible only to logged in users)
-
<style type=”text/css”>
body {
background-image:url(/images/background1.png);
}
</style>…it works with this but i want each page to be different and to be vertical but positioned in the middle…could you help me on what and where i need to add to this to make it work ..thanks
-
body {background-color:#000;background-image:url(https://jscaricaciottoli.files.wordpress.com/2015/02/total-finished.gif);background-vertically:repeat;}
nooooo ok…it’s this one that works ….but i need to be able to change the background of each page…and also i want it to be one line in the middle ( vertically) like how it can be set up with in wordpress background page…
-
I see that you now have background images set per page ID. Nice job! Do you have any further questions on this? I’ll mark this thread as resolved, but feel free to un-resolve it (in the column to the right) or you can start a new thread.
- The topic ‘background for each page’ is closed to new replies.