Hi,
To change the background image, please use the following custom css code:
- Code: Select all
.box.login-bg:before {
background-image: url('../images/guest_bg.jpg');
}
with a path to your new image.
To change newsletter frontpage background, please use this code:
- Code: Select all
.frontpage #gk-bottom3 {
background-image: url('../images/people_bg.jpg');
}