Upgrade from Pro 4.3.3 to 5.1.5: background image in footer changes z-index

Hello Themoco-Team,
we want to update www.eftcd.de from Pro 4.3.3. to 5.1.5.
The good news: almost everything works fine!
For one detail, we cannot find a solution. Where in 4.3.3 the background image in the footer is laying under the theme’s background image, in 5.1.5 the order is reversed.

Test: https://www.hendrikweiss.de/
Production: https://www.eftcd.de/

Thanks a lot for having a look into this.

Best,
Hendrik

Hello Hendrik,

Thanks for writing to us.

It seems that there is white background rendering on the footer, I would suggest you add this custom CSS code under Theme Option —>CSS

.x-colophon {
background-color: transparent;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Hello Prakash,

The solution you proposed works perfectly.
Thanks a lot!

Best
Hendrik

Glad to hear that, Hendrik.

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