Override boostrap css - Joomla! Forum - community, help and support
i making new template scratch , making bootstrap.
how override default css in bootstraps css?
what understand don't change that.
i have own css, if change color in h1 tag example. how write css code?
thanks in fore hand hope understand poor english
thorbjorn
how override default css in bootstraps css?
what understand don't change that.
i have own css, if change color in h1 tag example. how write css code?
thanks in fore hand hope understand poor english
thorbjorn
imho it's indeed idea not change original bootstrap css file.
i used bootstrap joomla 2.5 front-end templates.
in template's index.php added
all css tags + code specified in bootstrap.css overridden if specify again in template.css...
i used bootstrap joomla 2.5 front-end templates.
in template's index.php added
code: select all
<link rel="stylesheet" href="/templates/my-template/assets/css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="/templates/my-template/assets/css/template.css" type="text/css" />all css tags + code specified in bootstrap.css overridden if specify again in template.css...
Comments
Post a Comment