Front end customizationΒΆ

Front end is basically split in two parts, the module and the component front-end. For each part there are defined different styles sheets.

The styles sheets for module are located under
  • {joomla_instalaltation}/modules/mod_jhotelreservation/assets/
The styles sheets for reservation process are located under
  • {joomla_instalation}/components/com_jhotelreservation/assets/css

The component detects automatically the files located under these directories and makes them available on application settings. Please see the image bellow.

_images/80.png

In order to create/adjust the style you have to create a new css file or update an existing one.

When installing the component on a template that is not customized for the component some conflicts may appear. In order to fix the conflicts you have to identify which cssstylesheet is used and modify it.