Cannot find & Change the comment box colors

Phoca Guestbook - creating guestbooks in Joomla! CMS
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48736
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Cannot find & Change the comment box colors

Post by Jan »

Hi, yes, the font color is not styled by Phoca Guestbook, so this must be found in the template.

Jan
If you find Phoca extensions useful, please support the project
scholtensjack
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Jun 2010, 10:01

Re: Cannot find & Change the comment box colors

Post 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
scholtensjack
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Jun 2010, 10:01

Re: Cannot find & Change the comment box colors

Post by scholtensjack »

Nobody can help me with this item?

Jack
JustCarmen
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 09 Jun 2010, 23:19
Location: The Netherlands

Re: Cannot find & Change the comment box colors

Post 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.
scholtensjack
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Jun 2010, 10:01

Re: Cannot find & Change the comment box colors

Post by scholtensjack »

I've made the change in template.css but no effect. The text stay black on a black background.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48736
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Cannot find & Change the comment box colors

Post 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. :idea:
If you find Phoca extensions useful, please support the project
Post Reply