Gossamer Forum
Quote Reply
Title
How do I change the title that is displayed on the pages.
How do I change the big bold text at the top of the pages that says Gossamer Threads.


Quote Reply
Re: Title In reply to
I figured it out myself, so nevermind

Quote Reply
Re: Title In reply to
Look in links.cfg where it says:

# Site Title, the default title to use. You should really spend some time customizing
# the directory though!
$build_site_title = 'Whatever Title You Want';

The "big bold text" can be changed in the links.css file by changing the H1 tag

Quote Reply
Re: Title In reply to
1) Open your links.cfg and look for $build_site_title. Remove "Gossamer Threads..." and add your own title.

2) You will need to edit the CSS tag OR remove the CSS codes and add your own font codes around the <%site_title%> tags in the TEMPLATE files.

Both of these issues have been addressed quite a few times in the forums...please try searching them before posting questions.

Regards,

Eliot Lee