like other's i'm not able to changes the frontend colors of the guestbook (Background Color, Border Color). The settings are ok ( in the menu -> component settings) but do not change the colors at all. All items are formatted in a light blue (rgb(200, 223, 249)). This seems to be a fallback-color, maybe of the browser. It seems that my template is missing a CSS class that phoca guestbook uses for formatting which are "normaly" defined in good templates. Unfortunatly I was not able to find these in the view's coding (maybe blind...

Reading other postings I got the impression it would be best to ask you for the classes used by the guestbook, to be able to add these classes to a template. I think this could be usefull for others too...
I had a look at that with WebDevelopper for Firefox.Here as information the CSS-Parameters of the titel what WebDev spitted out:
Code: Select all
Attributes:style = margin: 2px; padding: 8px; background: rgb(200, 223, 249) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(0, 0, 0);
Parentclasses:
html
body #page_bg .color_black bg_white width_fmax
div .center
div #wrapper
div #area
div #maincolumn
table .nopad
tbody
div
Thanks for your hints!
Regards
Nukem36