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?
body {
background:#0eff4b url('../images/style1/your_image.bg') top left repeat-x !important;
}
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.
background: #EDF4FC url('images/style1/your_image') top left repat-x !important;
body {
background-attachment: fixed !important;
}