Page 1 of 1
Re: Cannot find & Change the comment box colors
Posted: 30 May 2010, 15:09
by Jan
Hi, yes, the font color is not styled by Phoca Guestbook, so this must be found in the template.
Jan
Re: Cannot find & Change the comment box colors
Posted: 01 Jun 2010, 10:15
by scholtensjack
I've got the same problem too,
I've searcht trough all the css and html files from my template but didn't find the code;
element.style {
border:1px solid #3C6016;
color:#000000;
margin:10px 0;
}
Firebug also don't specifice the place of this code.
It's about the comment from my gast this text is in black on a black background.
See
http://www.borghuis.nl/index.php?option ... &Itemid=55
Re: Cannot find & Change the comment box colors
Posted: 09 Jun 2010, 16:13
by scholtensjack
Nobody can help me with this item?
Jack
Re: Cannot find & Change the comment box colors
Posted: 09 Jun 2010, 23:27
by JustCarmen
Through the admin panel you only can set one color for both the username/title and the message.
But because both have a different class you easily can set a style in your css template.
For the message text just put this line in your css:
#phocaguestbook .pgcontent {
color:#635C8A; /* this is just an example color. Put your own color here */
font-size:0.9em; /* if you want to set a different font-size, you can put it here */
}
of course you can put other style settings in as well.
Re: Cannot find & Change the comment box colors
Posted: 13 Jun 2010, 21:17
by scholtensjack
I've made the change in template.css but no effect. The text stay black on a black background.
Re: Cannot find & Change the comment box colors
Posted: 14 Jun 2010, 12:04
by Jan
Then try to check your template css, if it does not override such modifications, as color is not styled by Phoca Guestbook, this should be styled in template.
