title, name etc is bold

Phoca Guestbook - creating guestbooks in Joomla! CMS
hwarnaar
Phoca Member
Phoca Member
Posts: 18
Joined: 09 Mar 2008, 23:50

Hello,I&

Post by hwarnaar »

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Hi, If y

Post by Jan »

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 find Phoca extensions useful, please support the project
hwarnaar
Phoca Member
Phoca Member
Posts: 18
Joined: 09 Mar 2008, 23:50

Thanx that really he

Post by hwarnaar »

Thanx that really helps.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Post by Jan »

If you find Phoca extensions useful, please support the project
Goudenpijl
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 14 Mar 2008, 19:48
Location: Netherlands

Hello,Wh

Post by Goudenpijl »

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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

\views\phoca

Post by Jan »

\views\phocaguestbook\tmpl\default.php

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
Goudenpijl
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 14 Mar 2008, 19:48
Location: Netherlands

Thanx for your reply

Post by Goudenpijl »

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..).
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

so you must change t

Post by Jan »

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
If you find Phoca extensions useful, please support the project
Goudenpijl
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 14 Mar 2008, 19:48
Location: Netherlands

Thanx now it looks g

Post by Goudenpijl »

Thanx now it looks good!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Post by Jan »

If you find Phoca extensions useful, please support the project
Post Reply