Hi,
I wanted to change the main background, like the white background of each page i want to add my own design to it. I don't know how clear i am about what I'm saying but changing the color isn't the problem its adding my own design that i have created to the background. Anyone know how to add it?
Hi, you can try to add the image to the body tag in your css.
body {
background-image: 'your_image_path_here';
}
Hope it helps. :)
Ill give it a try thank you!
Thanks. Was looking for this info.