My homepage has one color footer while the rest of the site uses a different color, what would be the best way to achieve this look?
thanks in advance.
Hi Jyles!
Please go to Enfold theme options > General Styling tab > Footer and change its background color
Regards,
Yigit
Thanks Yigit, however i need two separate footers. one for the homepage and another for the rest of the site.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home .footer_color {
background-color: red;
}
Best regards,
Yigit
Thank you, Worked