PDA

View Full Version : 1 same full background image for all pages



Lionel Gruffaz
October 24, 2012, 12:38 AM
How to have simply one big image background, same for all pages ? Thanks

Vladimir
October 24, 2012, 03:27 AM
You should edit css of the body tag on your template.

For example:
- open file templates/your_template/css/common.css
- go to style of body (line ~ 6)
- add this code:



background-image: url("../img/body.jpg");

Viktor
October 24, 2012, 03:32 AM
Hello Lionel Gruffaz,

Would you please explain me what template and what version do you use?

Lionel Gruffaz
October 24, 2012, 08:28 AM
Realty version, realty_modern template.

Viktor
October 24, 2012, 09:13 AM
Yes 1-st step it's background-image: url("../img/body.jpg"); like wrote Vladimir, but you should remove some other bg too:
common.css at line ~ 35


div#top_bg_home

then
common.css at line ~44


div#top_bg_home div

then
common.css at line ~51


div#bottom_bg

remove backgrounds for this styles.

Lionel Gruffaz
October 24, 2012, 12:10 PM
Perfect. Works great. thanks a lot guys :-)