• Hi folks, I was wondering if anyone could help me. I made the mistake of updating the Genesis framework and Education theme. There is a bit of code outside of the stylesheet that is now messing with the header and I can’t find where to remove it.

    The site in question is https://www.bailyfit.co.uk

    The header is supposed to be all beige but for some reason there is some code in the header now causing it to display with a green background URL. Using Firebug, when I hide this line of code from the top of the header:

    #header {
        background: url("https://www.bailyfit.co.uk/wp-content/themes/education/images/header.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    }

    the site displays correctly. The only problem is I am not sure where this line of code is being pulled from to remove it.

    Any ideas?

    Thanks,
    David.

Viewing 1 replies (of 1 total)
  • If you look at the page source that style attribute is added to the <head> section.
    That’s usually due to a custom css area in the theme or a plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Education] Header problem’ is closed to new replies.