Unwanted Inline styling
-
Hi, I am working on a child theme for the twentyeleven theme for my website maxdrach.com
Everything was working fine, except I accidentally used the wordpress dashboard to change the background color. It seems to have added some code to the html document (or php, wherever it is stored) that changes the background color, overriding my child theme.
In firebug, it looks like an extra style sheet called “inline” under maxdrach.com/
In the html, it is inline style code at the very end of the header that looks like this:
body.custom-background { background-color: #0DB306; }
Why did it do this and how do I get rid of this?
It was working fine before, so I want to just undo this. My website is https://www.maxdrach.com
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Unwanted Inline styling’ is closed to new replies.