Theme4Press › Forums › evolve › How can I remove the Navigation bar from a page? › Reply To: How can I remove the Navigation bar from a page?
#26294
|
Hi,
Please use the following in Theme Options -> Custom CSS
1 2 3 4 |
.page-id-2970 .menu-container { display: none !important; } |
Thank you