Where can I change CSS for POST MESSAGE-line

Phoca Guestbook - creating guestbooks in Joomla! CMS
User avatar
woodyf4u
Phoca Enthusiast
Phoca Enthusiast
Posts: 75
Joined: 10 Jan 2009, 22:20
Location: The Netherlands
Contact:

Where can I change CSS for POST MESSAGE-line

Post by woodyf4u »

Is the Post Message-line controlled by a CSS-file?
I like to change the size and color of this line.

Thanks for any help.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48714
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Where can I change CSS for POST MESSAGE-line

Post by Jan »

Hi, you can change it in CSS (every tags can be controlled by css except tags which have style attribute because e.g. they are styled by parameters)
but post message style you can change in CSS

see phoca guestbook css:

id phocaguestbook jpane-toggler-down
classes panel, jpane-toggler title ....

Jan
If you find Phoca extensions useful, please support the project
User avatar
woodyf4u
Phoca Enthusiast
Phoca Enthusiast
Posts: 75
Joined: 10 Jan 2009, 22:20
Location: The Netherlands
Contact:

Re: Where can I change CSS for POST MESSAGE-line

Post by woodyf4u »

Hi Jan,

My CSS knowledge is not very good.
Is it possible for you to post a replay with a little change in it.
Ik like to see no underline, font-family is: font-family: "Times New Roman", Times, serif and the size is about 14px.

I hope you will help me with it.
And am I wright, this file is in: front/assets/phocaguestbook.css?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48714
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Where can I change CSS for POST MESSAGE-line

Post by Jan »

Paste the following code into the end of the css file
components/com_phocaguestbook/assets/phocaguestbook.css

Code: Select all

#phocaguestbook  .jpane-toggler span ,
#phocaguestbook  .jpane-toggler-down span {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}
If you find Phoca extensions useful, please support the project
User avatar
woodyf4u
Phoca Enthusiast
Phoca Enthusiast
Posts: 75
Joined: 10 Jan 2009, 22:20
Location: The Netherlands
Contact:

Re: Where can I change CSS for POST MESSAGE-line

Post by woodyf4u »

Jan,

Thanks a lot. This is what I was looking for.
Post Reply