Inline CSS and finding it
-
I have one odd page in dev/localhost with an H1 tag that uses CSS different to mystyles css.
I specify H1 size as 2.5em
but one page lists the style as being affected by .et_pb_text_0 h1 { font-size: 35px; }
If I use Chrome DEV tools, I can see the style above H1 size 35px applied. The tool lists this as
- INLINE
it tracks down to an inline stylesheet #23.
Does anyone know where I can find this to amend? (KILL IT!) I don’t actually know what the 25 inline stylesheets are or where they are.
I can find NO specific CSS applied in any page or section with the odd H1 on it so I did not override it.
I just can’t pin it down. Has anyone any suggestions on inline styles as listed / found by Chromes developer tools?
Thanks.
- The topic ‘Inline CSS and finding it’ is closed to new replies.