1.

How to create a new theme in Drupal 8?

Answer»

To create a theme in Drupal 8 from scratch, use the following STEPS:

  • Create a theme folder inside Drupal 8 to store your theme in a .info.yml FILE and LIBRARIES file.
  • Create the .info.yml file
  • Create the .libraries.yml file.
  • Start CREATING the stylesheets
  • Now, create designs and then, you have your own theme in Drupal 8.


Discussion

No Comment Found