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

Sign In or Register to comment.