Hi thank you for your reply,
I’ve already done that it is already in my child theme.
What else could it be?
I don’t know it is has something to do with it but in my functions I have those codes:
function custom_scripts() {
wp_enqueue_style( ‘child_css’, get_stylesheet_directory_uri().’/custom.css’ );
wp_enqueue_style( ‘child_css’, get_stylesheet_directory_uri().’/style.css’ );
}
add_action(‘wp_enqueue_scripts’, ‘custom_scripts’, 9999 );
add_action(‘wp_print_styles’, ‘scripts’);
add_filter( ‘get_shortlink’, function( $shortlink ) {return $shortlink;} );
At the begining I wanted to override cornerstone because I wasn’t figuring out how to manage the CSS, so maybe now I could remove some of it?
Thanks