Forums / Setup & design / Changing the homepage

Changing the homepage

Author Message

Parm Thind

Tuesday 06 June 2006 11:29:00 am

How do I change the font size and also add an image on the homepage.

Coulibaly Ibrahim

Tuesday 06 June 2006 11:33:03 pm

you can create for exemple a new article (called home_page_page_article) and notice its node ID

then, in your "settings/siteaccess/[your_siteaccess]/site.ini.append.php" and add the following to the [SiteSettings]:

IndexPage=/content/view/full/[NodeID]

font-size is a css you can configure in your "design/[your_diteaccess]/stylesheets/[a_file.css]" and import it in your pagelayout.
is it what you asked for?