What are the files required for creating custom theme ?
Answer Posted / Awanish Kumar
To create a custom theme in Drupal, you'll need to create several files within a new folder, including:
- template.php (for custom preprocess functions)
- style.css (main stylesheet)
- .info.yml (theme information file)
- .info_file.yml (optional theming information file for specific content types)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers