Updated to pro 6.3.2 and section backgrounds changed

Hi there,
We just updated our site to Pro 6.3.2 and after this, backgrounds of sections that have a color set in the simple background settings then override the background settings in the advanced options. I found when I check the Background: “Advanced” off and on again it fixes it, however we have used this in potentially 100 places, so would appreciate a fix instead of us manually needing to go to every individual spot.

Hi @lifehouseglobal,

Thanks for reaching out.
I have checked the same in my local environment but didn’t find the issue you described here. Can you please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

thanks for the prompt reply. Just added the details into a secure note noe.

Hey @lifehouseglobal,

I suspect that this is just a caching issue. After updating your website, please remember to clear all your caching features (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Hope that helps.

hi there,

Thank you for the reply, I have cleared our CDN, server and browser cache, however the problem persists - what would be the next step here?

Adding the following CSS will fix the issue with the background images. Is there any custom CSS that might be affecting this? If not I might have to see about changing the default value of the row to have z-index 1 instead of auto. Thanks have a great day!

.x-row {
  z-index: 1;
}

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