[ad_1]
Hi @jrrude
Your theme, bes, is adding a CSS rule that makes the logo’s background red. You can reach out to your theme support or override this rule by adding the following custom CSS snippet in the Additional CSS section of the Customizer:
/* Fix red logo background in the website footer. See: https://projectdmc.org/support/topic/problem-with-footer-being-a-different-color-at-the-logo/ */
body #footerBody .upper-footer-wrapper .footer-logo-section {
background: unset;
}
Hope it helps!
