Child theme skin colors
Hi,
I try to change the skin colors (green and blue) in the child theme.
I added to the functions.php file those lines:
wp_enqueue_style( 'style', get_stylesheet_directory_uri() .'/skins/green/style.css' );
wp_enqueue_style( 'style', get_stylesheet_directory_uri() .'/skins/blue/style.css' );
But it changes nothing online.
What am I doing wrong?
Thanks !
Comments
we are sorry but you can not change those files in child theme. As it has been described on https://codex.wordpress.org/Child_Themes, child theme works only with style.css file.