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.
Where can I change CSS for POST MESSAGE-line
- woodyf4u
- Phoca Enthusiast
- Posts: 75
- Joined: 10 Jan 2009, 22:20
- Location: The Netherlands
- Contact:
- Jan
- Phoca Hero
- Posts: 48714
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Where can I change CSS for POST MESSAGE-line
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
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
- woodyf4u
- Phoca Enthusiast
- Posts: 75
- Joined: 10 Jan 2009, 22:20
- Location: The Netherlands
- Contact:
Re: Where can I change CSS for POST MESSAGE-line
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?
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?
- Jan
- Phoca Hero
- Posts: 48714
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Where can I change CSS for POST MESSAGE-line
Paste the following code into the end of the css file
components/com_phocaguestbook/assets/phocaguestbook.css
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
- woodyf4u
- Phoca Enthusiast
- Posts: 75
- Joined: 10 Jan 2009, 22:20
- Location: The Netherlands
- Contact:
Re: Where can I change CSS for POST MESSAGE-line
Jan,
Thanks a lot. This is what I was looking for.
Thanks a lot. This is what I was looking for.