child style.css not being recognized
-
I am using a child theme of Enfold. The style.css file I created in the child folder does not get recognized. I can place css code in the Quick CSS section of Enfold and the code works. I place the exact same code in the style.css and nothing works. The functions.php file works in the child theme, just FYI.
This is the Code I have in my functions.php file:
<?php/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/if(isset($avia_config[‘use_child_theme_functions_only’])) return;
add_theme_support(‘avia_template_builder_custom_css’);
add_theme_support(‘deactivate_layerslider’);
The site is in development at “dev.mannconsultinggroup.com”
I hope you can let me know where I have gone wrong.
Thanks so much,
Ron
- The topic ‘child style.css not being recognized’ is closed to new replies.