Page 1 of 1

A way to change the background

Posted: 10 Jan 2018, 18:42
by 01Kuzma
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:

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;
}
but it doesn't make any effect.

How it could be achieved?

Also I'd like to make this changes in Phoca Gallery

Re: A way to change the background

Posted: 10 Jan 2018, 18:55
by Benno
Hi,
can be set in the menu link to Phoca Guestbook Component:
Image

Kind regards,
Benno

Re: A way to change the background

Posted: 10 Jan 2018, 19:39
by 01Kuzma
Thank you!
And what about the same question but regarding Gallery?

Re: A way to change the background

Posted: 10 Jan 2018, 19:53
by Benno
Hi,
can be changed by css.

Kind regards,
Benno

Re: A way to change the background

Posted: 10 Jan 2018, 19:55
by 01Kuzma
Thanks, will check it!

Re: A way to change the background

Posted: 10 Jan 2018, 19:57
by Benno
You're welcome!

Kind regards,
Benno