Background codes needed

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Mon Dec 03, 2012 12:31 pm
Can some dev help me wich codes I need,,I want a coloured background and then make the colour slowly disappear on the top, check screen cap.Thanks
Or should I create a background , and then just add it? so no needed codes?
User avatar
Senior Boarder

Konrad M
Mon Dec 03, 2012 1:06 pm
Hi,
check code of color started at the bottom of your image. Let's say that it is #0eff4b. Then please copy your background to images/style1 folder. Then add to override.css
Code: Select all
body {
background:#0eff4b url('../images/style1/your_image.bg') top left repeat-x !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Dec 04, 2012 1:17 pm
Konrad M wrote:Hi,
check code of color started at the bottom of your image. Let's say that it is #0eff4b. Then please copy your background to images/style1 folder. Then add to override.css
Code: Select all
body {
background:#0eff4b url('../images/style1/your_image.bg') top left repeat-x !important;
}

and remember to enable override.css option in template settings.

The thing is Ive deleted the original background and then Ive just added a colored background,
Now I would like to do what I said above,(make the colour disapear on top)
Thanks
User avatar
Senior Boarder

Konrad M
Tue Dec 04, 2012 3:54 pm
Can you give us url to your site ?
User avatar

GK User
Wed Dec 05, 2012 10:17 am
Konrad M wrote:Can you give us url to your site ?

Sure http://Mallorcarentvillas.com
User avatar
Senior Boarder

Konrad M
Wed Dec 05, 2012 12:22 pm
So now you have to prepare small image with gradient from your backgroud color to white. Then you will repat this image horizontally. When you make it please copy it to images/style1 and then add to override.css
Code: Select all
background: #EDF4FC url('images/style1/your_image') top left repat-x !important;
User avatar

GK User
Wed Dec 19, 2012 6:27 pm
Hi Konrad,

Do you have any suggestions on how to smooth out my background - where it transitions at the bottom to white when the length is not sufficient at 92 x 3850, repeated. See attached. I've linked to an example page here too - it will occur on any page that runs long. Thanks!

https://www.golfsgreatheritage.com/inde ... golf-swing
User avatar
Expert Boarder

Konrad M
Thu Dec 20, 2012 9:41 am
@Scott799 please try add to override.css
Code: Select all
body {
background-attachment: fixed !important;
}

It will no scroll your background. And remember to enable override.css option in template settings.
User avatar

GK User
Thu Dec 20, 2012 5:28 pm
Konrad, it looks fantastic, thank you!!! :D

I can't tell say Thanks enough to the Gavick team, you guys are incredible, coming through every time!
User avatar
Expert Boarder


cron