1

I've got some CSS that I can't find which is in et-divi-customizer-global-cached-inline-style, its not in the custom CSS in Divi and I can't find it in the database.

I haven't added any custom css files

Looking for suggestions as to where else it might be located

Thanks in advance

Michael L Watson
  • 964
  • 13
  • 23
  • Did you find any solution to this? I have the same issue and it's causing some customizer controls not to function (because the cached inline CSS is overriding the CSS from the customizer one would assume)... – Zippy May 07 '22 at 00:24

1 Answers1

1

Don't have a solution yet, but I have the same problem.

I think it is generated CSS with the customizer settings. Which then is outputted in the head see output example

enter image description here

The css is part of <style id="et-divi-customizer-global-cached-inline-styles">

Dave
  • 3,073
  • 7
  • 20
  • 33
MisterT
  • 11
  • 1