Michael L Watson
Michael L Watson

Reputation: 980

Stray CSS in et-divi-customizer-global-cached-inline-style

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

Upvotes: 1

Views: 1968

Answers (4)

DMWWG
DMWWG

Reputation: 1

I found where this CSS hides. From the WordPress menu, follow:

Appearance --> Customize --> Additional CSS

This is where that extra bit of CSS lives within Divi. Hope this helps!

Upvotes: 0

Square Eye
Square Eye

Reputation: 1

We had the same issue but a different cause. We had added some custom CSS somewhere else entirely - in fact in a text module the Global Footer - but just used "p" rather than ".some-selector p" so it started affecting the entire site. Took us forever to work out where it was coming from (which we eventually did by searching in the database for the offending styles.)

Upvotes: 0

Sjoerd
Sjoerd

Reputation: 180

Long time ago this answer. But I had the same problem, but it seems that CSS placed there (on the bottom of the page) is taken from the DIVI modules. So check which module 'behaves' strange and search in the design tab what behaviour you have to change.

Hope this helps. It seems it cannot directly be edited

Upvotes: 0

MisterT
MisterT

Reputation: 11

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">

Upvotes: 1

Related Questions