Shape 5

Joomla Templates => eShopper - Club => : 12flamingo July 25, 2011, 09:46:05 AM



: Change background to be like pantheon
: 12flamingo July 25, 2011, 09:46:05 AM
Hi Guys

Is there any way to change the background to be like on pantheon. so it is not a repeating image but a picture and the website moves over it. And also the possibility to change the background. The most important though is changing that repeating image to one and the website moves.

Thanks in advance
Martin


: Re: Change background to be like pantheon
: mikek July 25, 2011, 12:35:15 PM
Hello,

I'm sorry that's not possible. That functionality was built directly into that template and requires a different overall layout.


: Re: Change background to be like pantheon
: KlintWeb August 18, 2011, 04:48:39 PM
Sorry S5, but I think that I have the solution
If I understand you correctly that you will use the same background image on all sides, you can easily fix the image so it does not scroll with the side content.
Write if you want to use a large image without repeat or a little with repeat, then I will write the code for template CSS file (templates/eshopper/css/template.css).
Below I have created an example with a dark background color (# 191919) You must of course choose a color that matches the picture. If you type the page address, I can test the code for you. You may also like to write directly on my mail [email protected]

The first 4 lines are the same - the 5'th is changed and the last are added
body
{
color:#191919;
font-size:0.8em;
line-height:140%;
padding-bottom:30px;
background:url(../images/s5_main_bg.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

If you want individual pictures on each page, this is also possible. It requires some more changes, but the ones I can show you - perhaps, I can make changes for you