Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1338692

    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,

    #1338714

    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

    #1338718

    Hi Yigit, Thanks for the super quick reply! I tried your suggestion, but it’s not changed anything. Any ideas?

    #1338722

    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?

    #1338727

    Hi,

    Could you please change the code to following one

    #footer-page .main_color {
      background-color: orange;
    }

    This one should work :)

    Cheers!
    Yigit

    #1338730

    Perfect! Thank you, so much Yigit :-)

    #1338734

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Footer background color issues’ is closed to new replies.