Hi ,,, i have a same issu but my theme is storex theme
and my functions.php in the child theme is
<?php
/**
* storex child functions and definitions.
*
*/
add_action(‘wp_enqueue_scripts’, ‘child_theme_enqueue_styles’,1);
function child_theme_enqueue_styles() {
wp_enqueue_style(‘parent-style’, get_template_directory_uri().’/style.css’);
wp_enqueue_style(‘child-style’, get_stylesheet_directory_uri().’/style.css’, array(‘parent-style’,’plumtree-woo-styles’));
}
i want the styles.css to be over the woo-comerce style