Adding custom html/css/images to Theme

If your HTML is displaying but the images aren’t that normally points to a path issue – doublecheck it by opening your browser’s dev tools and checking whether the requested path to the images is correct. Make sure you’re using get_stylesheet_directory_uri() to get the URI to the root of the child theme, as get_template_directory_uri() will point to the parent theme even when used in a child theme’s template.