Page 1 of 1
Change color of 'post message' form
Posted: 05 Sep 2009, 18:37
by Thiele_2
Hi,
I was wondering if it's possible to have a different background color of the post message form, compared to the header of the message. Please take a look at the screenshow below. I would like to change the color of box 1 to white, and box 2 should stay remained red. If I change the background color in the parameter, the color of both boxes change
Can anyone help me?

Re: Change color of 'post message' form
Posted: 08 Sep 2009, 18:43
by Jan
Hi, you should do such changes in template css or phoca guestbook css:
components\com_phocaguestbook\assets\phocaguestbook.css
Jan
Re: Change color of 'post message' form
Posted: 09 Sep 2009, 00:23
by Thiele_2
Jan,
could you be more specific please? I checked the code, and it's about this class;
<div class=jpane-slider content> Now, the background of this class is the same as the header of a message.
Where can I change this class? I tried a few things within phocoguestbook.css, but I hope you could be more specific. Thanks!
Re: Change color of 'post message' form
Posted: 12 Sep 2009, 22:17
by Jan
Hi, sorry, I didn't do such changes, so I don't know what exactly should be done, you need to test it, changing the css, e.g. with firebug in FF or development tool in IE
Jan
Re: Change color of 'post message' form
Posted: 23 Nov 2009, 23:12
by codejunkie
Thiele_2,
Have a look at
Template Overrides. You will most likely need to add another CSS class to the element you would like to be different.
Marcusb,
I think your problem is not related to this one. I think Jan has provided a parameter for such. If not, you might look into the template overrides, too.