I'd like to change the static white background of guestbook to something different or attach an image.
I haven't found such option, also I've tried to append CSS with this code:
Code: Select all
#section-id {
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 0 0;
}
How it could be achieved?
Also I'd like to make this changes in Phoca Gallery