Page 1 of 1

Increasing font size of GB Name

Posted: Fri Apr 16, 2010 10:30 pm
by evenstephencom
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I couldn't find an answer searching forums---but what folder is the font size of the GB Name in?

Posted: Sat Apr 17, 2010 12:19 am
by Henrie
I see you are using the older version 1.6
In that version find the file style.css in the same folder as the gbook.php file
In style.css the Guestbook name (at the top of the page) is defined in:

Code: Select all

h3 {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold; 	
}
Greetings,
Henrie

Posted: Sat Apr 17, 2010 3:47 pm
by evenstephencom
Again, thanks!