Sto cercando di creare un mio tema wordpress e sono quasi alla fine della progettazione ma ho notato che tutto quello che provo a mettere nel mio style.css non viene considerato.
Ho come css pricipale bootstrap ma ho collegato tramite il file functions.php entrambi ma sembra che wordpress accetti solo quello che c'è solo su bootstrap. Questa è la funzione che ho nel mio file functions.php

Codice PHP:
function tutorart75_files(){
wp_enqueue_style('tutorart75_style' get_stylesheet_uri());
}
add_action('wp_enqueue_scripts' 'tutorart75_files');