Thank you for your reply. That makes sense.
Does this mean there is no way to hide the header but keep the footer on one page?
Also, is there a way to give a border radius to text inputs in forms?
I have a contact form on my page, but the normal Wix editor does not allow me to change the border radius.
When I try to use $w(‘FormElement’) or $w(‘TextInput’) they both give an array of 0 length… How can I access these inputs to give them a border radius?
Hi
I just wanted to add that you can change the page layout to hide the header. However, you cannot do it using code. Note that it hides the footer as well. Check out the article here .
Thank you! I saw this article but have been looking for away to remove ONLY the header and leave the footer, as I want my home page to have a header that is a different background than the rest of the pages but it doesn’t seem possible.