A way to change the background

Phoca Guestbook - creating guestbooks in Joomla! CMS
01Kuzma
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 01 Sep 2012, 10:27

A way to change the background

Post 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
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9117
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: A way to change the background

Post by Benno »

Hi,
can be set in the menu link to Phoca Guestbook Component:
Image

Kind regards,
Benno
01Kuzma
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 01 Sep 2012, 10:27

Re: A way to change the background

Post by 01Kuzma »

Thank you!
And what about the same question but regarding Gallery?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9117
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: A way to change the background

Post by Benno »

Hi,
can be changed by css.

Kind regards,
Benno
01Kuzma
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 01 Sep 2012, 10:27

Re: A way to change the background

Post by 01Kuzma »

Thanks, will check it!
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9117
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: A way to change the background

Post by Benno »

You're welcome!

Kind regards,
Benno
Post Reply