- Go to Layout -> Edit HTML
- Search for the following code
.navbar {
visibility: hidden;
display: none;
}
- Remove the above code or make it like a comment line like this
/*
.navbar {
visibility: hidden;
display: none;
}
*/
- And when you dont want the Navigation Bar,remove these tags /* */
Happy Blogging,
No comments:
Post a Comment