Hello,
I'm really like the guestbook. It's a great component.
I have one quick question. The words before the fields are bold. Name, title, email etc. I want them just normal.
I haven't put the <b> in my template so I figured out It has to come from a template of the component itself.
Where can I change this or wich command can I put in mine own stylesheet to overrule this.
Thanx for your help and your good work
Hilke
title, name etc is bold
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, If y
Hi,
If you want to change the html or CSS of Phoca Guestbook:
- components\com_phocaguestbook\assets\phocaguestbook.css
- components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php
If you want to change the html or CSS of Phoca Guestbook:
- components\com_phocaguestbook\assets\phocaguestbook.css
- components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 18
- Joined: 09 Mar 2008, 23:50
Thanx that really he
Thanx that really helps.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Mar 2008, 19:48
- Location: Netherlands
Hello,Wh
Hello,
What command do i have to write in the css or php file to make the text size normal? I can't find fontsize text.
Thanx in advance!
What command do i have to write in the css or php file to make the text size normal? I can't find fontsize text.
Thanx in advance!
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
\views\phoca
\views\phocaguestbook\tmpl\default.php
row 269 +
<td width="5"><b><?php echo JText::_('Title'); ?>: </b></td>
Just remove the <b> HTML tags...
Jan
row 269 +
<td width="5"><b><?php echo JText::_('Title'); ?>: </b></td>
Just remove the <b> HTML tags...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Mar 2008, 19:48
- Location: Netherlands
Thanx for your reply
Thanx for your reply!
My problem isn't solved becouse when i remove the "bold" tags only the 'titel' text in the fill in form changed into normal instead of the 'titel' text ares of a guestbook message.
I would like to change the text size of the 'titel' area becouse in IE it's extremely large ( Firefox is no problem..).
My problem isn't solved becouse when i remove the "bold" tags only the 'titel' text in the fill in form changed into normal instead of the 'titel' text ares of a guestbook message.
I would like to change the text size of the 'titel' area becouse in IE it's extremely large ( Firefox is no problem..).
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
so you must change t
so you must change the code in message box:
row 107, change the <H4> tag to (e.g.):
<h4 style="font-size:12px"> or you can define it in your css file:
h4 {font-size:12px;}
Jan
row 107, change the <H4> tag to (e.g.):
<h4 style="font-size:12px"> or you can define it in your css file:
h4 {font-size:12px;}
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Mar 2008, 19:48
- Location: Netherlands
Thanx now it looks g
Thanx now it looks good!
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
If you find Phoca extensions useful, please support the project