Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7582109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:21:27+00:00 2026-05-30T18:21:27+00:00

I like what twitter has done with bootstrap css, except for their resetting the

  • 0

I like what twitter has done with bootstrap css, except for their resetting the fieldset and legend tags.

Q: Short of cutting those definitions out of bootstrap.css, is there a way to tell the browser to ignore those commands?

The reason why I don’t want to change bootstrap.css is in case they update it some time in the future, I might not remember to go back in and say “Everything is good except for these 2 definitions”.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T18:21:29+00:00Added an answer on May 30, 2026 at 6:21 pm

    Just redefine it to what you want below the bootstrap.css definitions. Later css always overrides early css (assuming the !important flag is not set on the earlier).

    So:

    legend {color: red;} /*pretend this is bootstrap's definition*/
    
    legend {color: green;}
    

    will produce green text.

    NOTE: you do need to be aware of css specificity. Class and ID’s and other such css can make the definition more specific, so to override it, later css must have equal or greater specificity.

    .box legend {color: red;} /*pretend this is bootstrap's definition*/
    
    legend {color: green;}
    

    Would produce red text if the legend is in a box classed element because of the higher specificity of the .box class. You would need to at least match that specificity:

    .box legend {color: green;}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to implement the header as like twitter has. I have observed couple
I want to find a drupal theme that has a bar like Twitter's top
As we all know social networks like Twitter, Facebook have their own mobile apps.
The site I'm building allows users to create posts and has a Twitter-like concept
A client would like me to add their Twitter stream to their website homepage,
How can I detect if user has an app, like echofon or twitter for
Does Twitter has the iPhone SDK which has a login popup like facebook iOS
I am thinking about how to build advertise site which works like twitter. That
I need to create a simple Chat system like facebook chat and a twitter-like
I am trying to get twitter updates like this: try { $doc = new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.