Site URL: https://www.kinchgroup.com/
Hoping someone can help me. I’m trying to hide the header and footer on an individual page.
up until the launch of fluid engine, that was easily done with a little code:
<style>
.header, #footer-sections{
display:none !important;
}
</style>
now when in use this code. It strips overlays off and changes colors and other details on the site
Anyone have a solution they are willing to share with me?