Home Forums WoodMart support forum Can't change the color of Woodmart child's footer Reply To: Can't change the color of Woodmart child's footer

#167671

Hello,

The “Footer background” option inside the theme settings >> Footer is responsible for background color of the footer. But in your case if the changes did not affect the front view of your site.

Undo your custom code from custom CSS area and clear your site and browser cache and then check. In case if the footer color still not changed according to the option.

Then use the below CSS code in global custom CSS area under theme settings >> custom CSS:

body .website-wrapper .footer-container {
    background-color: ##1e73be;
}

Best Regards.