Change background color
Can anyone show me where to remove the green background color that is generated between the head tags? This seems to automatically appear at the beginning of a new html doc. I looked all over the preferences but I'm not able to find a way to remove the color. I'm using PhpStorm on a Mac.
Thanks
Scot
Please sign in to leave a comment.
Hi there,
Please show your "Settings/Preferences | Editor | Language Injections" -- entries that have "IDE" or "Project" in the Scope column.
I unchecked the xml:head box which seems to fix the problem, thanks!
I'm not sure what all this means or does so am I safe to say I can just remove it?
Yes, you can safely delete both entries shown on that screenshot that has "IDE" in Scope column.
You have accidentally injected CSS language into H3 and HEAD tags.