Forums / Setup & design / Changing the homepage

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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?