MICKEY_MOUSE: ta cesta by mela byt ve wp-content/themes/converi-child-theme/functions.php, tam bys mel mit neco podobneho tomuto kodu:
/**
* Proper way to enqueue scripts and styles
*/
function wpdocs_theme_name_scripts() {
wp_enqueue_style( 'style-name', get_stylesheet_uri() );
wp_enqueue_style( 'woocommerce-childOrWhatever', get_stylesheet_directory_uri() . '/converio/styles/woocommerce.css', array('style-name'), null, 'all' );
}
add_action( 'wp_enqueue_scripts', 'wpdocs_theme_name_scripts' );