Various header/footer issues after updating Pro to v. 2.1.0

Updating to Pro Version 2.1.0 from Version 1.2.7.

My header and footer are a disaster after the update - few screenshots below of the various styling issues:

I’ve reverted back to Version 1.2.7 for my live site and setup a cloned version of my site running 2.1 so you can see the issues (viewing site requires a password, I’ll send a secure note with that).

https://tryvegtest.wpengine.com

Is there a procedure to follow to avoid these issues or do I need to rebuild my headers and footers from scratch if I want to use the latest version of your theme?

Update: I see you’ve released a few patches over the last couple of weeks to address bugs. I’ve now updated to 2.1.5, and the header issues are resolved - the footer issues remain.

Hi @COK,

I could see that the font colors where transparent that is why it is not showing.

Add this in your Custom CSS:

.x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
    color: #FFF;
}

Let us know how it goes.

Thanks.

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