Hey Awesome theme! Thank you so much.
Perhaps you can help me with an issue. I have a page selected to display as the footer. I wish to have the background of the footer page a different colour. However, if I use a color section the sidebar appears below the footer making it look odd. I need the sidebar on WooCommerce pages for the product filters.
Many thanks in advance,
Hey Ben,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#footer-page { background-color: orange; }
Best regards,
Yigit
Hi Yigit, Thanks for the super quick reply! I tried your suggestion, but it’s not changed anything. Any ideas?
and you want only to change the background of the footerpage on one specific pages ?
because – why don’t you change the background on the footerpage itself ?
next: on my installation the footerpage is in place – and the sidebars aren’t touched in this way – even with curtain effect footer.
see: https://webers-web.info/portfolio/portfolio-post/
maybe it is specific to woocommerce. Did you use a custom generated page for the shop page?
Hi,
Could you please change the code to following one
#footer-page .main_color {
background-color: orange;
}
This one should work :)
Cheers!
Yigit
Perfect! Thank you, so much Yigit :-)