1

Is there an easy way to edit or remove the navigation bar at the top of ASP.NET applications that use Twitter Bootstrap?

enter image description here

The "Register" and "Log in" links need to be removed and the "Application Name" needs to be updated but I'm not quite sure where, in Visual Studio, I can update that info. CSS file?

It's a one page web app so technically it doesn't even need the navigation bar at the top so if there is a way to remove it -- and that's easier than editing it -- then could you explain how to do that?

Not sure what the recommended course of action is in terms of editing and keeping it versus just removing it. Thoughts?

2 Answers 2

6

You should comment/remove or edit this block in _Layout.cshtml:

<div class="navbar navbar-inverse navbar-fixed-top">
Sign up to request clarification or add additional context in comments.

1 Comment

Thanks Andrey -- this was one of those questions where once you answered it I was like "duh"; however, really appreciate you taking the time to help :-)
0

go to Solution Explorer/ click on Site Master You will see the header and footer there you can delete or change the content

1 Comment

This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.