Child theme is used only for changes made in the code (PHP) and changes in the CSS won't apply because for that we have the Custom CSS area, so if you want to change something in the style of your site simply overwrite it in the Custom CSS area since editing the style.css is not the way to do it.
I have changed the kalium child css - style.css but the changes are not showing. Cleared browser cache and such.
It's pulling a old version of the file here
http://gorsesoft.co.uk/cvbeta/wp-content/themes/kalium-child/style.css?ver=4.7.5
this is the version I want to use.
http://gorsesoft.co.uk/cvbeta/wp-content/themes/kalium-child/style.css
I see in the functions file it is pulling the style file. Not sure how to solve this
// This will enqueue style.css of child theme
function kalium_child_wp_enqueue_scripts() {
wp_enqueue_style( 'kalium-child', get_stylesheet_directory_uri() . '/style.css' );
}
add_action( 'wp_enqueue_scripts', 'kalium_child_wp_enqueue_scripts', 100 );
Hi there,
Child theme is used only for changes made in the code (PHP) and changes in the CSS won't apply because for that we have the Custom CSS area, so if you want to change something in the style of your site simply overwrite it in the Custom CSS area since editing the style.css is not the way to do it.
Best regards,
Laborator Team