Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

customizing the bootstrap navbar

Participant ,
Nov 22, 2016 Nov 22, 2016

I'm trying to simply remove the generic "Brand" text and insert a logo, but Dreamweaver won't let me do it in Live view.  There's so much excess CSS and HTML code with all the extra elements in the "generic" bootstrap sample template that I can't even find where to put an img tag.  Is there any way to start with a completely naked window and add items as I go?

312
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 22, 2016 Nov 22, 2016

Ctrl+F (Find)

Search for: Brand

No Filters.

No Exceptions.  See screenshot.

Nancy O.

Translate
Community Expert ,
Nov 22, 2016 Nov 22, 2016

Try switching to Code View.  It should be self-explanatory.

<!--BEGIN NAVBAR-->

<nav class="navbar navbar-default navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>

<a class="navbar-brand" href="Index.html">Brand or Logo Here</a>

</div>

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 22, 2016 Nov 22, 2016

I'm trying to do that, but there's so much junk code...  that's why I'd like to find a naked page to start with...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 22, 2016 Nov 22, 2016
LATEST

Ctrl+F (Find)

Search for: Brand

No Filters.

No Exceptions.  See screenshot.

Nancy O.

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines