Child Theme stylesheet
-
Hi there. I am using a child theme of OCEANWP, as well as Elementor.
My child theme style.css is being ignored in place of styles set via Customize and/or Elementor. I would rather include all style settings in my child theme’s style.css and leave all settings in Customize and in Elementor as set to Default. (Elementor is set to adopt colors/themes from my theme, not to its own default.)
Any help would be appreciated!
My child theme has a functions.php that looks like this:
<?php add_action('wp_enqueue_scripts', 'enqueue_parent_styles'); function enqueue_parent_styles() { wp_enqueue_style( 'oceanwp', get_template_directory_uri().'/style.css' ); } ?>
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Child Theme stylesheet’ is closed to new replies.