Settings

Against every Department there are four settings as shown here for the Benefits department:

Silo Title

This is the name of the department as presented to citizens online

Silo Sub Title

This is the description presented to citizens below the department title.

CSS class

This allows you to set a custom CSS class for department content. The only real use case there is for this is where you wish to have dramatically different CSS from one department to another.

Silo Template Base

This controls the layout of data tiles. There are two options:

  • Full width content

  • Responsive cards

To change this you need to update the value of this to be:

Full width content

/silo-detail-template-faq-single.html

Responsive Cards

By default the format of questions and answers will be boxes that contain both the question and answer.

This is the template to use if you want this approach:

./silo-detail-template-tiles.html

This format is OK if you have short questions and answers but in general you are best to update this to be expandable questions and answers.

.

Last updated

Was this helpful?