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

Is bootstrap.css Read Only?

Advocate ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

I am using Adobe Dreamweaver cc. I am trying to learn Bootstrap. Bootstrap is a Framework that incorporates CSS, and JavaScript to make functionality on the website. Is this correct?

I notices I am unable to insert anything into the bootstrap.css and that it states it's Read Only.

Is bootstrap a Read Only file? Must I create a new CSS style sheet in order to make various changes?

Thanks         

Views

1.9K
Translate

Report

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

LEGEND , Dec 25, 2017 Dec 25, 2017

Yes, create a seperate css file and link it to the page AFTER the link to the Bootstrap default css file. You dont ever want to change anything in the default css unless you know exactly what you are doing.

If you want to overide any of the default Bootstrap css selectors or add ones of your own always do this in the extra linked css file.

Votes

Translate
LEGEND ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

Yes, create a seperate css file and link it to the page AFTER the link to the Bootstrap default css file. You dont ever want to change anything in the default css unless you know exactly what you are doing.

If you want to overide any of the default Bootstrap css selectors or add ones of your own always do this in the extra linked css file.

Votes

Translate

Report

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
Advocate ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

Awesome! Thank you so  much.

Votes

Translate

Report

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 ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

What osgood said.  You don't want to touch the code in either Bootstrap CSS, JS or jQuery.  If those files are read only, that's a good thing.

As you get more advanced with Bootstrap, you may wish to create and download a customized  build that contains your colors, typography, classes & components you plan to use in your project.  See link below.

https://getbootstrap.com/docs/3.3/customize/

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

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
Advocate ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

https://forums.adobe.com/people/Nancy+OShea  wrote

What osgood said.  You don't want to touch the code in either Bootstrap CSS, JS or jQuery.  If those files are read only, that's a good thing.

As you get more advanced with Bootstrap, you may wish to create and download a customized  build that contains your colors, typography, classes & components you plan to use in your project.  See link below.

https://getbootstrap.com/docs/3.3/customize/

Nancy

That's great to know! Thanks.

So am I correct in saying that Boostraps gives me the current "template" below, and as a beginner I must work with this "template" and decide how I am going to alter the CSS and Divs?

Votes

Translate

Report

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
Advocate ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

When selecting to insert something new for bootstrap, I should select next to the html element within the code view, NOT on the live view designed page, is this correct?

Votes

Translate

Report

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
LEGEND ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

AnotherMe  wrote

https://forums.adobe.com/people/Nancy+OShea   wrote

What osgood said.  You don't want to touch the code in either Bootstrap CSS, JS or jQuery.  If those files are read only, that's a good thing.

As you get more advanced with Bootstrap, you may wish to create and download a customized  build that contains your colors, typography, classes & components you plan to use in your project.  See link below.

https://getbootstrap.com/docs/3.3/customize/

Nancy

That's great to know! Thanks.

So am I correct in saying that Boostraps gives me the current "template" below, and as a beginner I must work with this "template" and decide how I am going to alter the CSS and Div

Thats about right, but seriously if you have no experience of html and css Bootstrap is possibly the worst entry route you could take to learning anything.

Votes

Translate

Report

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 ,
Dec 25, 2017 Dec 25, 2017

Copy link to clipboard

Copied

LATEST

Read the Bootstrap documentation on 12-box grid system.

https://getbootstrap.com/docs/3.3/css/

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

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