DMXzone Bootstrap 3 Elements Support Product Page
Answered
change predefined fontstyles
Asked 10 years ago
1
has this question
10 years ago thomas strmiska posted:
hi!how to change the font and color of elements ini bootstrap3? for now i work by using my own css and put "!important" to the end of the lines. is there another way to change the predefined fonts?
i tried to change the bootstrap.css itself, but failed.
thank you
Replies
Replied 10 years ago
10 years ago Teodor Kuduschiev replied:
Hello Thomas,
It does not matter if you are using bootstrap 3 or not, in any website you create your own custom css file, included after all of the rest css files.
You just include your styles/changes in this file.
It does not matter if you are using bootstrap 3 or not, in any website you create your own custom css file, included after all of the rest css files.
You just include your styles/changes in this file.
Replied 10 years ago
10 years ago thomas strmiska replied:
thank you