Hello,
I would like to know how to change the background image of abundance theme?
I would like to put this image:
http://www.laboul.com/background_site.jpg
on this website:
http://www.laboul.com/preview/
Thank you!
Hello,
I would like to know how to change the background image of abundance theme?
I would like to put this image:
http://www.laboul.com/background_site.jpg
on this website:
http://www.laboul.com/preview/
Thank you!
For more info, I put the wanted image in the styling abundance Theme option settings.
The image is there but behind other html element. How can I put this image more to the front?
Hi Laboul,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header {
background-image: URL(http://www.laboul.com/background_site.jpg);
background-repeat: no-repeat;
background-position: top;
}
Regards,
Devin
Super great, it works!
thank you!
Glad Devin was able to help you! Let us know if you have any more questions.
Regards,
Mya
This topic has been closed to new replies.