- Posts: 2
- Thank you received: 0
Remove Title and Change font face
15 years 6 months ago #1103
by Ruu
Remove Title and Change font face was created by Ruu
Please help me to remove guestbook title and also change the font face of the whole guestbook into single font i.e Arial. I also want to change the font size of entries. Please help me soon.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #1104
by digioz
Replied by digioz on topic Remove Title and Change font face
Hi,
Open the file "header.php" with Notepad and find the following line:
replace the above with whatever title you need to change it to.
To change the font, open the file "style.css" and find this line:
Change it to:
Pete
Open the file "header.php" with Notepad and find the following line:
Code:
<title>Powered by DigiOz Guestbook Version 1.7.2</title>
replace the above with whatever title you need to change it to.
To change the font, open the file "style.css" and find this line:
Code:
BODY, TD { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-decoration: none; }
Change it to:
Code:
BODY, TD { font-family: Arial; font-size: 10px; font-weight: normal; color: #000000; text-decoration: none; }
Pete
Please Log in or Create an account to join the conversation.
Time to create page: 0.111 seconds