Waqas
Waqas

Reputation: 97

Bootstrap tabs - text (heading) with underline

Champs - Hope all you are doing great!!!

I need your help regarding bootstrap tabs. I am building a site, on which tabing is used. I searched for bootstrap tabs but there's little difference in my design.

Here is what I am searching for: enter image description here

enter image description here

should i convert bootstrap tabs into my design or there is another best way to achieve my desired results? Hope I am clear enough to explain my question.

Upvotes: 1

Views: 2472

Answers (1)

Alon Eitan
Alon Eitan

Reputation: 12025

You can remove the bottom border using the following selector:

.nav-tabs {
    border-bottom-color: transparent;
}

Upvotes: 1

Related Questions