Replies: 0
Without Autoptimize activated my CSS is loaded like this
<link rel='stylesheet' id='fl-automator-skin-css' href='https://pcbeachfish.com/wp-content/uploads/bb-theme/skin-5bb238052437c.css?ver=1.7.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='fl-child-theme-css' href='https://pcbeachfish.com/wp-content/themes/pcbeachfish/style.css?ver=4.9.8' type='text/css' media='all' />
But with Autoptimize the order is being reversed and my child theme styles are overridden by the parent theme.
It was working fine. There was an update to the parent theme, but the code above is after that update, so I don’t think has anything to do with it.