I would love to change the background color of our Footer Promotions section that appears on every page to set it off from the rest of the pages. It’s currently white but I’d love for it to be DDD2E9. Can anyone help?
Thanks! It’s not the footer I need to change but the “footer promotions” area, which is just above the footer. I was able to just change the wording to:
.footer-promotions{
background-color: #DDD2E9;
}
and that worked! But… now the margins are looking off around it. How do I get the DDD2E9 color to go all the way to the left and right edges, more margin on the top, and NO white space between it and the darker footer?