Child Theme CSS
Hi,
I'm using the Child Theme and want to override a CSS setting.
I've done some research around how the CSS enqueueing works and it seems that the child theme should enqueue all the CSS files from the parent style first, before enqueueing the child CSS file(s). This way the child css is loaded after the parent, and overrides the settings.
At the moment your child theme functions.php doesn't do this, and so changes made to the style.css of the child theme do not overwrite the parent theme.
Can you please update the functions.php file of the child theme to enqueue all parent css files before the child theme css.
Thank you.
Comments