Change style - Bootstrap

Asked

Viewed 966 times

0

I created a file and added a navigation menu using Bootstrap, but wanted to change some things like font color and other things... I created a.css and Linkei style file in my index, but it doesn’t change anything, I try to put the name of the class I used in my navigation menu and still doesn’t modify anything. Could someone help me.

  • 1

    Your CSS file is linked below the bootstrap CSS?

  • Edit the question and add your code - which is related to the problem, not all of it. Without the code it will be impossible to tell what is happening.

1 answer

3

Well, you can change some things "in the hand" just like you said, or you can use 2 ways:


By the Bootstrap website

Through the Bootstrap website, there is a page called "customize", there you can change some class states as well as colors, fonts and everything else.

http://getbootstrap.com/customize/

That it already gives you . css and . js ready for you to use in your project.

bootstrap.zip gerado da pagina customize

that by default he uses the LESS to "compile" the css

Downloading the "font"

If you prefer you can download the "source" of the bootstrap and "compile" it using the SASS or LESS

Through this Download

Extras

There are websites that you can style components in specific bootstrap like:

Or if you prefer a visual editor

  • Interesting, I didn’t know I had all these tools to customize the bootstrap (just the customize itself). Good answer!!! Not always the best solution is to try to solve "in hand", because we have to remember that in some cases has the selectors with :hover and :focus, and it can be tricky to do everything by hand.

  • Siim, "do it in the hand" is just specific cases. The rest we can style everything (Mainly for this last tool there, it already has some very cool themes ready)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.