After Update, header not the same

Hey there,

After updating one of my sites to 4.0.4, my header is not looking so good. On backend in the customizer, I can make the changes and it seems to look like it should, but on the live page, it is all messed up and the edits I have made don’t render: https://prnt.sc/w46wv8; https://prnt.sc/w46xhs

https://grahamtheme.wpengine.com/

login info is in the secure note

Hello @TKCostello,

Thanks for writing in! I have investigated your issue and I found out that you have inserted this broken css code in the Global CSS:


body.tax-wpfc_sermon_series, body.tax-wpfc_service_type, body.tax-wpfc_sermon_topics, body.tax-wpfc_bible_book, body.tax-wpfc_preacher {
  .entry-header, .p-meta {
    display: none;
  }

Please have it updated into this code:


body.tax-wpfc_sermon_series, body.tax-wpfc_service_type, body.tax-wpfc_sermon_topics, body.tax-wpfc_bible_book, body.tax-wpfc_preacher,
.entry-header, .p-meta {
    display: none;
}

Kindly let us know how it goes.

Weird, that was it!! Thanks

You’re welcome, @tkcostello.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.