Hi, yes, the font color is not styled by Phoca Guestbook, so this must be found in the template.
Jan
Cannot find & Change the comment box colors
- Jan
- Phoca Hero
- Posts: 48736
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Cannot find & Change the comment box colors
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 01 Jun 2010, 10:01
Re: Cannot find & Change the comment box colors
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
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
-
- Phoca Newbie
- Posts: 3
- Joined: 01 Jun 2010, 10:01
Re: Cannot find & Change the comment box colors
Nobody can help me with this item?
Jack
Jack
-
- Phoca Newbie
- Posts: 3
- Joined: 09 Jun 2010, 23:19
- Location: The Netherlands
Re: Cannot find & Change the comment box colors
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.
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.
-
- Phoca Newbie
- Posts: 3
- Joined: 01 Jun 2010, 10:01
Re: Cannot find & Change the comment box colors
I've made the change in template.css but no effect. The text stay black on a black background.
- Jan
- Phoca Hero
- Posts: 48736
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Cannot find & Change the comment box colors
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. 

If you find Phoca extensions useful, please support the project