Reply To: Why does GP stick a heap of inline css in my header?

Home Forums Support Why does GP stick a heap of inline css in my header? Reply To: Why does GP stick a heap of inline css in my header?

Home Forums Support Why does GP stick a heap of inline css in my header? Reply To: Why does GP stick a heap of inline css in my header?

#76089
Tom
Lead Developer
Lead Developer

Yea that would work – I would have to provide a function to remove the CSS from the <head> in that case.

If you were adding it to your existing child theme style.css, it would be good, but if you were creating a new file for it, it would actually perform worse because the browser would have to load a resource from a URL instead of having it right in the <head>.