Set priority of CSS inline feature
-
Hi all,
I have the following problem. Without Autoptimize feature “optimize CSS” my stylesheets are loaded in the following order (just showing the relevant CSS files)
<link rel=’stylesheet’ id=’video-js-css-css’ href=’https://ziin.de/wp-content/themes/ziin/js/video-js/video-js.css?ver=4.1.5′ type=’text/css’ media=’all’ />
…
<link rel=’stylesheet’ id=’twentyfourteen-style-css’ href=’https://ziin.de/wp-content/themes/ziin/style.css?ver=4.1.5′ type=’text/css’ media=’all’ />video-js.css is a third party WordPress plugin. I do some CSS overruling in my style (last line).
However, after activating the “optimize CSS” feature (including to put everything in the header), the stylesheets are included in the wrong order.
How do I manage to guarantee that the my theme CSS is inlined as last CSS?
Thanks,
Sven
- The topic ‘Set priority of CSS inline feature’ is closed to new replies.