I was thinking of removing navigation on my contact page.
I was thinking of inserting a conditional statement and an inline CSS style to “display: none;” if the page template was the contact page.
Is there a better way?
I’m using Twenty Eleven as a parent theme.
You could try putting this code in your functions.php
The if condition need to be modified as per your template name or the second condition would also do if your contact page slug is
contact