Child theme style.css not loading
-
Hello:
I’m attempting to create a child theme with a style.css for styling custom elements. However, my child style.css does not appear to be loading.
My style.css begins like this:
/* Theme Name: LGC Custom (Bento) Template: bento Text-Domain: bento-child */
I have a functions.php file with the following:
<?php add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Child theme style.css not loading’ is closed to new replies.