Child Theme CSS
-
I recently moved my theme and content from a local WordPress setup to a staging environment and my CSS style overrides in my child theme are no longer overwriting the themes Parent Css.
It appears to be loading in the front end but no working. The child theme is active and functioning and my functions.php has this
<?php add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } ?>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Child Theme CSS’ is closed to new replies.