Faqs And TroubleshootingFAQs
Change the page background
1 min read
body { background-color: #your-hex-color !important; }

Last updated
If you want to set a solid background color for the whole Foxify template, you can add the following custom CSS to the Custom code section:
body { background-color: #your-hex-color !important; }

Was this helpful?