Hi @sdagency,
Hope this message finds you well, and thanks for the update.
Like Patrick I was not able to replicate the issue on my test, still, I did take a look at your site and I can confirm the theme is overwritten Branda Content >> Logo & Background setting for the background:
https://prnt.sc/iZkfYulTxcCv
The CSS is:
html, .branda-background-mask {
height: 100vh;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position-x: center;
background-position-y: center;
background-image: url(/wp-content/uploads/2023/08/404-Background.jpg);
background-repeat: no-repeat;
}
You can use that code and add the !important property to each element and see if that helps or add the code at Appearance >> Customize >> Additional CSS, note that Branda does not use the body tag it uses html instead.
Please let us know the results and which theme you are using so we can try to replicate the same on our end.
Kind regards,
Laura