|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions Custom css overrides bootstrap |
Custom css overrides bootstrap |
i downloaded bootstrap files and i put this in site pages in head:
Code <link type="text/css" rel="StyleSheet" href="$HOME_PAGE_LINK$/css/bootstrap.min.css" /> but as soon as i edit the css it overrides the bootstrap link with Code <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> i didn't touch the style link Code <link rel="stylesheet" href="/.s/src/css/1322.css" type="text/css" media="all" /> the same is happening with bootstrap js, i add it and after changing style the script tag disappears. Whats the problem with this? |
Try to put the link with bootstrap after the one with ucoz stylesheet.
Code <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> <link type="text/css" rel="StyleSheet" href="$HOME_PAGE_LINK$/css/bootstrap.min.css" /> |
LeonHaker, yo don't want to use uCoz's general stylesheet? In this situation, try to use this code:
Code <noscript><link type="text/css" rel="StyleSheet" href="/_st/my.css" /> </noscript> <link type="text/css" rel="StyleSheet" href="$HOME_PAGE_LINK$/css/bootstrap.min.css" /> hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
| |||
| |||