How can I customize my 404 - page not found page?
Answer / Dharmendra Kumar
To customize Drupal's 404 page, you can create a new template file called page--not-found.html.twig in your theme's templates directory. This file will override the default 404 page. You can then use Twig syntax to modify the HTML structure and content of the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you create custom module and what are the files required for to create module?
How will you do the modules security updates in drupal?
How do I add images to drupal?
Whether drupal is written in procedural-style or object oriented?
How to create drush aliases ?
Name a few good drupal sites?
What is an argument in drupal ?
Explain updating drupal?
What is a sub theme in literature?
How do you convert psd to drupal theme?
What are hooks and why are the used?
How can add the captcha in registration page for drupal?