Topic: Embedded styles

Hi.

I'm having trouble locating and disabling embedded CSS styles in my website. Wordpress.org codex discusses them, and possible reasons (ie plugin echo, CSS in the header, widgets, etc). I've tried everything suggested, and also searched this forum - to no avail.

The effect is, anything I put in user.css will not work if there is an existing instruction in "embedded styles".

Here's website http://www.spitalfieldslondon.com/and would appreciate any suggestions.

Thanks, Kat

Thumbs up

Re: Embedded styles

Try to add :

Thumbs up

Re: Embedded styles

#nav {
  min-width: 990px;
  background: #81ACC7 !important;
}

Thumbs up