A way to change the background
Posted: 10 Jan 2018, 18:42
HI there!
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:
but it doesn't make any effect.
How it could be achieved?
Also I'd like to make this changes in Phoca Gallery
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